Add title/body to android notifications too
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user