fix chat list

This commit is contained in:
Henry Jameson 2026-07-30 17:10:21 +03:00
commit 7fae7ad9b6

View file

@ -60,7 +60,7 @@ const ChatListItem = {
name: 'chat', name: 'chat',
params: { params: {
username: this.currentUser.screen_name, username: this.currentUser.screen_name,
recipient_id: this.chat.account.id, chatUserId: this.chat.account.id,
}, },
}) })
} }