hyaenidae/profiles/src/apub/actions
asonix 7357fb4042 Switch stored records to using owned strings
There's an issue with the presence of returns with serde_json.
They can be serialized from borrowed strings, but they cannot
be deserialized into borrowed strings. I haven't looked into
why, but it's easy to just Own Things ™️

Also:
- Fix self-federating for comment create & update (this will
  likely need to be fixed for reacts when I get around to
  that)
- Expose API to retrieve replies for a given comment
- Expose Comment Create & Update actions
2021-01-11 21:58:03 -06:00
..
apub Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
block.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
comment.rs Switch stored records to using owned strings 2021-01-11 21:58:03 -06:00
follow.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
follow_request.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
mod.rs Switch stored records to using owned strings 2021-01-11 21:58:03 -06:00
profile.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
react.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
submission.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00