hyaenidae/profiles/src
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 Switch stored records to using owned strings 2021-01-11 21:58:03 -06:00
store Switch stored records to using owned strings 2021-01-11 21:58:03 -06:00
lib.rs Differentiate Drafted vs Published submission iterators 2021-01-10 22:03:20 -06:00
pictrs.rs Profiles: expose needed information for non-apub profile creation 2021-01-06 02:21:17 -06:00