Commit d0342143 authored by Thomas's avatar Thomas
Browse files

Add acct to notifications

parent 1cf35199
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)