diff --git a/twidere/src/main/kotlin/org/mariotaku/twidere/util/ContentNotificationManager.kt b/twidere/src/main/kotlin/org/mariotaku/twidere/util/ContentNotificationManager.kt index 1e94f274b..52c5e680e 100644 --- a/twidere/src/main/kotlin/org/mariotaku/twidere/util/ContentNotificationManager.kt +++ b/twidere/src/main/kotlin/org/mariotaku/twidere/util/ContentNotificationManager.kt @@ -282,6 +282,8 @@ class ContentNotificationManager( messageSum) builder.setTicker(notificationTitle) builder.setContentTitle(notificationTitle) + builder.setContentIntent(getContentIntent(context, CustomTabType.DIRECT_MESSAGES, + NotificationType.DIRECT_MESSAGES, accountKey, 0)) val remaining = cur.forEachRow(5) { cur, pos -> val conversation = indices.newObject(cur) if (conversation.notificationDisabled) return@forEachRow false