Commit Graph

5 Commits (e14e0c3cae300cfb69abf41d01cca5ab87c49d88)

Author SHA1 Message Date
Felix Ableitner e14e0c3cae Also change group.content to summary 2021-10-22 13:16:39 +02:00
Felix Ableitner c4ade96ef4 Use person.summary instead of person.content for pleroma compat 2021-10-22 13:02:26 +02:00
Felix Ableitner ec52c2b71c Change type of pm to ChatMessage from Pleroma, make pm.to array 2021-10-22 12:49:15 +02:00
Felix Ableitner 32970d735d Remove CommentInReplyToMigration 2021-10-22 12:23:18 +02:00
Nutomic dd0ba10b44
Pleroma federation2 (#1855)
* Allow fetching person from Pleroma, including test case (ref #1461)

* Added test case for parsing community from apub json

- fixed a bug with objectid (de)serialization
- fixed a bug with outbox fetching (ref #1582)

* Added apub test for post

* Ignore errors when reading community outbox (fixes #1582)

* Dont fetch community outbox/moderators during tests

* added test for lemmy comment

* Added federation test for pleroma comment

* Added html2md crate to parse comment html from pleroma (fixes #1461)

* some fixes for update_apub_test_files.sh

* Add tests for ToApub, private message, remove update script

* Delete objects from db at the end of each test
2021-10-21 13:25:35 -04:00