Add title/body to android notifications too

This commit is contained in:
Fernando Olivares
2026-01-20 22:52:01 -06:00
committed by Rosa Gutierrez
parent 29d3960a3c
commit ade39b15ab
@@ -35,6 +35,8 @@ module NotificationPusher::Native
android: { notification: nil }
)
.with_data(
title: payload[:title],
body: payload[:body],
path: payload[:path],
account_id: notification.account.external_account_id,
avatar_url: creator_avatar_url,