mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 01:00:50 +02:00
Improved logs when clearing the cache for DMs
This commit is contained in:
@@ -2187,7 +2187,7 @@ object LocalCache {
|
||||
|
||||
if (toBeRemoved.size > 1) {
|
||||
println(
|
||||
"PRUNE: ${toBeRemoved.size} private messages with ${user.toBestDisplayName()} removed. ${it.roomMessages.size} kept",
|
||||
"PRUNE: ${toBeRemoved.size} private messages from ${user.toBestDisplayName()} to ${it.authors.joinToString(", ") { it.toBestDisplayName() }} removed. ${it.roomMessages.size} kept",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user