Some extensions and fixes
This commit is contained in:
@@ -42,7 +42,6 @@ export function getUserSockets() {
|
||||
export async function notifyUser(recipientHashedUserId, event, data) {
|
||||
const io = getIo();
|
||||
const userSockets = getUserSockets();
|
||||
|
||||
try {
|
||||
const recipientUser = await baseService.getUserByHashedId(recipientHashedUserId);
|
||||
if (recipientUser) {
|
||||
|
||||
Reference in New Issue
Block a user