Merge remote-tracking branch 'origin/develop' into activitypub

This commit is contained in:
Julian Lam
2023-12-21 14:23:50 -05:00
57 changed files with 291 additions and 62 deletions

View File

@@ -290,7 +290,7 @@ postsAPI.move = async function (caller, data) {
]);
if (!postDeleted && !topicDeleted) {
socketHelpers.sendNotificationToPostOwner(data.pid, caller.uid, 'move', 'notifications:moved_your_post');
socketHelpers.sendNotificationToPostOwner(data.pid, caller.uid, 'move', 'notifications:moved-your-post');
}
};