Small cleanup

This commit is contained in:
Benoit Marty
2025-10-27 12:40:59 +01:00
committed by Benoit Marty
parent 947347b3f1
commit d5fdc5f8e6

View File

@@ -164,7 +164,7 @@ class DefaultNotificationCreator(
val messagingStyle = existingNotification?.let {
MessagingStyle.extractMessagingStyleFromNotification(it)
} ?: messagingStyleFromCurrentUser(
} ?: createMessagingStyleFromCurrentUser(
user = notificationAccountParams.user,
imageLoader = imageLoader,
roomName = roomInfo.roomDisplayName,
@@ -437,7 +437,7 @@ class DefaultNotificationCreator(
}
}
private suspend fun messagingStyleFromCurrentUser(
private suspend fun createMessagingStyleFromCurrentUser(
user: MatrixUser,
imageLoader: ImageLoader,
roomName: String,