From 823540160a5b8c1ae8d99abc78d2c8f57f24ea9c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 25 Aug 2025 15:42:57 -0400 Subject: [PATCH] Fixes some DM notification issues --- .../amethyst/service/notifications/EventNotificationConsumer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt index 625c6cf2d..4b7723b71 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt @@ -167,7 +167,7 @@ class EventNotificationConsumer( // this is not verifiable if (LocalCache.justConsume(inner, null, true)) { - event + inner } else { null }