Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-29 | Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) | Eugen Rochko | |
Requires moving Atom rendering from DistributionWorker (where `stream_entry.status` is already nil) to inline (where `stream_entry.status.destroyed?` is true) and distributing that. Unfortunately, such XML renderings can no longer be easily chained together into one payload of n items. | |||
2017-07-19 | Correct OStatus inflection (Ostatus -> OStatus) (#4255) | Eugen Rochko | |
2017-07-18 | Introduce Ostatus name space (#4164) | Akihiko Odaki | |
* Wrap methods of ProcessFeedService::ProcessEntry in classes This is a change same with 425acecfdb15093a265b191120fb2d4e4c4135c4, except that it has the following changes: * Revert irrelevant change in find_or_create_conversation * Fix error handling for RemoteActivity * Introduce Ostatus name space |