@noellabo Fedibirdでプッシュ通知が拡張されたのは emoji_reaction だけで、quoteやstatus_reference はこない感じであってますか?https://github.com/fedibird/mastodon/blob/main/app/controllers/api/v1/push/subscriptions_controller.rb#L55 https://github.com/fedibird/mastodon/blob/main/app/models/notification.rb#L31Notification::TYPES にも存在してない感じです
@tateisu お、抜けてるな??(見直しますー)
@noellabo 蛇足ですが本家の方はAPIもWebもNotification::TYPESを参照するようになってます https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/push/subscriptions_controller.rb#L55
@tateisu こっちだねhttps://github.com/fedibird/mastodon/blob/fedibird/app/controllers/api/v1/push/subscriptions_controller.rbhttps://github.com/fedibird/mastodon/blob/fedibird/app/models/notification.rb
@noellabo ああmainブランチじゃないのですね。失礼しました
@noellabo 片方はscheduled_statusないですね…
@tateisu やはり抜けてた。そんな気がしてた……
@noellabo Notification::TYPES を参照しましょう
@tateisu cherry-pickしてdeployしたよ!https://github.com/fedibird/mastodon/blob/fedibird/app/controllers/api/v1/push/subscriptions_controller.rb
@noellabo ありがとうございます!
様々な目的に使える、日本の汎用マストドンサーバーです。安定した利用環境と、多数の独自機能を提供しています。
@noellabo 蛇足ですが本家の方はAPIもWebもNotification::TYPESを参照するようになってます https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/push/subscriptions_controller.rb#L55