Add expires_in param for account mutes
authorRoman Chvanikov <chvanikoff@pm.me>
Tue, 8 Sep 2020 10:26:44 +0000 (13:26 +0300)
committerRoman Chvanikov <chvanikoff@pm.me>
Tue, 8 Sep 2020 10:26:44 +0000 (13:26 +0300)
commitc56e3d4f3bfb090d19bdbe93dac6cede7616cc4d
treea7bd7e51ff5a7802199f5be95879ce824f9a2078
parentd5c286b80225b51dabf4eb63ad8ab818ea534851
Add expires_in param for account mutes
config/config.exs
lib/pleroma/user.ex
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/workers/mute_expire_worker.ex [new file with mode: 0644]
test/notification_test.exs
test/user_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs