Fix avatar in Room.

This commit is contained in:
elweyn 2023-08-08 07:56:02 +02:00
parent 6f43321aba
commit b591820eb6

View File

@ -407,6 +407,7 @@ export default {
const fixedRoom = {
...room,
index: room.lastMessage ? room.lastMessage.date : room.createdAt,
avatar: this.$filters.proxyApiUrl(room.avatar),
lastMessage: room.lastMessage
? {
...room.lastMessage,