Skip to content

Feature/thread muting

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

Implement /api/v1/status/:id/mute and unmute endpoints to allow for mastodon-style thread muting (only filters notifications).

  1. Add endpoint
  2. Migration and adding mutes to table
  3. Removing mutes from table
  4. Notification filtering
  5. Tests
  6. Unique constraint
  7. Update status view
Edited by Karen Konou

Merge request reports