breaking: remove deprecated post diff socket calls

This commit is contained in:
Barış Soner Uşaklı
2021-11-28 19:45:29 -05:00
parent 324262cbb5
commit 8117b7f22f
3 changed files with 18 additions and 39 deletions

View File

@@ -22,7 +22,6 @@ require('./posts/move')(SocketPosts);
require('./posts/votes')(SocketPosts);
require('./posts/bookmarks')(SocketPosts);
require('./posts/tools')(SocketPosts);
require('./posts/diffs')(SocketPosts);
SocketPosts.reply = async function (socket, data) {
sockets.warnDeprecated(socket, 'POST /api/v3/topics/:tid');