mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-02-03 04:37:51 +01:00
Add acct to notifications
This commit is contained in:
parent
1cf3519951
commit
d0342143ef
@ -1537,7 +1537,7 @@ public class Helper {
|
||||
}
|
||||
notificationBuilder.setContentTitle(title);
|
||||
notificationBuilder.setLargeIcon(icon);
|
||||
|
||||
notificationBuilder.setSubText(String.format("@%s@%s", account.mastodon_account.username, account.instance));
|
||||
|
||||
Notification summaryNotification = new NotificationCompat.Builder(context, channelId)
|
||||
.setContentTitle(title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user