lemmy/server/src/apub
Dessalines f81a7ad9ab Adding form_id to comment creates and edits.
- This adds a form_id to CreateComment, EditComment, and CommentResponse
- This is so any front end clients can add a randomly generated string,
  and know which comment they submitted, is the one they're getting
  back.
- This gets rid of all the weird complicated logic in handleFinished(),
  and should stop the comment forms getting cleared once and for all.
2020-07-21 10:56:41 -04:00
..
extensions Update activitystreams library to latest version (#71) 2020-07-17 21:11:07 +00:00
activities.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
comment.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
community.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
community_inbox.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
fetcher.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
mod.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
post.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
private_message.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00
shared_inbox.rs Adding form_id to comment creates and edits. 2020-07-21 10:56:41 -04:00
user.rs Some GetUserDetails cleanup. 2020-07-20 15:32:15 -04:00
user_inbox.rs Ran cargo fmt. 2020-07-19 12:26:23 -04:00