breaking: remove socket.emit('posts.bookmark/unbookmark')

This commit is contained in:
Barış Soner Uşaklı
2021-12-09 17:59:23 -05:00
parent 16c88a977c
commit f7418ccd47
3 changed files with 10 additions and 37 deletions

View File

@@ -20,7 +20,6 @@ const SocketPosts = module.exports;
require('./posts/edit')(SocketPosts);
require('./posts/move')(SocketPosts);
require('./posts/votes')(SocketPosts);
require('./posts/bookmarks')(SocketPosts);
require('./posts/tools')(SocketPosts);
SocketPosts.reply = async function (socket, data) {