Add acct to notifications

This commit is contained in:
Thomas 2022-12-16 10:06:43 +01:00
parent 1cf3519951
commit d0342143ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)