Skip to content

Implement mastodon's reblog hiding feature

Karen Konou requested to merge feature/reblog-muting into develop

Currently doesn't work properly with streaming apps (reblogs only disappear after a refresh), relationship view in mastofe doesn't update in real time (needs a refresh).

I don't like how the API call handling is hacked onto MastodonAPIController.follow, but can't think of a better way of doing it.

Addresses #376 (closed)

TODO

  • fix streaming timeline filtering (possibly in a separate MR?)
  • tests
Edited by Karen Konou

Merge request reports