Event Timeline
Comment Actions
Rather than add indices and requiring running writeas list before any operation, if the user gives a partial (<12 characters) ID, we should look up the ID in the local posts file and perform the operation on any matching post. If there are duplicates / ambiguous results, return an error message.
Comment Actions
This gets a little complicated, especially when handling conflicts or errors, with the way the client is set up now. Saving this for later.