Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2024-01-05 17:38:54 -05:00

View File

@@ -35,7 +35,7 @@ define('forum/chats/recent', ['alerts', 'api', 'chat'], function (alerts, api, c
return;
}
recentChats.attr('loading', 1);
app.get(`/chats`, {
api.get(`/chats`, {
uid: ajaxify.data.uid,
after: recentChats.attr('data-nextstart'),
}).then(({ rooms, nextStart }) => {