change (sdk) : add topic string to NotificationContent.StateEvent.RoomTopic

This commit is contained in:
ganfra 2025-04-22 12:51:54 +02:00
parent 2456b2fa07
commit 7c0318e5fe
4 changed files with 4 additions and 4 deletions

View file

@ -250,7 +250,7 @@ class DefaultNotifiableEventResolver @Inject constructor(
NotificationContent.StateEvent.RoomServerAcl,
NotificationContent.StateEvent.RoomThirdPartyInvite,
NotificationContent.StateEvent.RoomTombstone,
NotificationContent.StateEvent.RoomTopic,
is NotificationContent.StateEvent.RoomTopic,
NotificationContent.StateEvent.SpaceChild,
NotificationContent.StateEvent.SpaceParent -> {
Timber.tag(loggerTag.value).d("Ignoring notification for state event ${content.javaClass.simpleName}")