This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/presenters
David Yip c17c07158a
Introduce Glitch::AccountRelationships (#193)
Where possible, it is a good idea to add new backend code in ways that
will minimize conflict with upstream changes.  We can't do that
everywhere, but we can move our custom methods to a module that won't
be modified upstream, and that's a start.

This commit also gets the block/mute note maps into
REST::RelationshipSerializer under the "block_notes" and "mute_notes"
keys.
2018-01-27 01:23:14 -06:00
..
activitypub Use OrderedCollectionPage to return followers/following list (#4949) 2017-09-19 16:37:06 +02:00
account_relationships_presenter.rb Introduce Glitch::AccountRelationships (#193) 2018-01-27 01:23:14 -06:00
initial_state_presenter.rb Add protocol handler. Handle follow intents (#4511) 2017-08-14 04:53:31 +02:00
instance_presenter.rb Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream 2017-09-28 09:12:17 +02:00
status_relationships_presenter.rb Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00