diff options
author | lain <lain@soykaf.club> | 2020-06-02 13:24:34 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-02 13:24:34 +0200 |
commit | 805ab86933d90d4284c83e4a8ebfd6bf4b0395b3 (patch) | |
tree | 318eeb46110261b6bb2254ecc6f9e6e8831ea963 /lib/pleroma/web/api_spec | |
parent | 8e1db6a8352754fd70c51ab8527b71180aa15a5b (diff) | |
download | pleroma-805ab86933d90d4284c83e4a8ebfd6bf4b0395b3.tar.gz |
Notifications: Make notifications save their type.
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/notification_operation.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/api_spec/operations/notification_operation.ex b/lib/pleroma/web/api_spec/operations/notification_operation.ex index 46e72f8bf..c966b553a 100644 --- a/lib/pleroma/web/api_spec/operations/notification_operation.ex +++ b/lib/pleroma/web/api_spec/operations/notification_operation.ex @@ -185,6 +185,7 @@ defmodule Pleroma.Web.ApiSpec.NotificationOperation do "mention", "poll", "pleroma:emoji_reaction", + "pleroma:chat_mention", "move", "follow_request" ], |