fix: clear cache on sort

isekai-main
Barış Soner Uşaklı 2 years ago
parent 547bde8939
commit e03fdcd6fc

@ -125,6 +125,7 @@ SocketModules.chats.sortPublicRooms = async function (socket, data) {
throw new Error('[[error:no-privileges]]');
}
await db.sortedSetAdd(`chat:rooms:public:order`, data.scores, data.roomIds);
require('../cache').del(`chat:rooms:public:order:all`);
};
SocketModules.chats.searchMembers = async function (socket, data) {

Loading…
Cancel
Save