mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix avatar in Room.
This commit is contained in:
parent
6f43321aba
commit
b591820eb6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user