~cytrogen/masto-fe

20ac5be1c1038a7c01b2e4f0456d8cf5db7ccd4e — Claire 2 years ago bd06c13
Fix error on `status` type notification (bell icon) (#26884)

1 files changed, 1 insertions(+), 0 deletions(-)

M app/services/notify_service.rb
M app/services/notify_service.rb => app/services/notify_service.rb +1 -0
@@ 8,6 8,7 @@ class NotifyService < BaseService
    admin.sign_up
    update
    poll
    status
  ).freeze

  def call(recipient, type, activity)