mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:06:21 +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) {
|
if (toBeRemoved.size > 1) {
|
||||||
println(
|
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