mastodon/app/models/concerns
Eugen Rochko 6b9e03e002
Add API method to remove a suggestion (#7978)
DELETE /api/v1/suggestions/:account_id

When blocking, remove suggestion from both sides. Muting not affected,
since muting is supposed to be invisible to the target.
2018-07-07 21:09:54 +02:00
..
account_avatar.rb
account_finder_concern.rb
account_header.rb
account_interactions.rb Add API method to remove a suggestion (#7978) 2018-07-07 21:09:54 +02:00
attachmentable.rb Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935) 2018-07-03 19:47:09 +02:00
cacheable.rb Fix cache_associated no longer working (#7320) 2018-05-03 10:41:41 +02:00
expireable.rb Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
omniauthable.rb
paginable.rb
relationship_cacheable.rb
remotable.rb Fix fetch of remote image with multiple Content-Type headers (#7749) 2018-06-06 20:50:07 +02:00
status_threading_concern.rb Fix context performance by partially reverting #7083 (#7734) 2018-06-04 22:20:12 +02:00
streamable.rb