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…
Reference in New Issue