소스 검색

Allow subscribing for pleroma:emoji_reaction push notifications

features/emoji_reactions_list
Mark Felder 3 년 전
부모
커밋
83ec2f1384
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/push/subscription.ex

+ 1
- 1
lib/pleroma/web/push/subscription.ex 파일 보기

@@ -25,7 +25,7 @@ defmodule Pleroma.Web.Push.Subscription do
timestamps()
end

@supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention]a
@supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention pleroma:emoji_reaction]a

defp alerts(%{data: %{alerts: alerts}}) do
alerts = Map.take(alerts, @supported_alert_types)


불러오는 중...
취소
저장