mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 23:59:46 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user