Add messaging

This commit is contained in:
Aslan 2026-01-11 14:17:13 -05:00
parent 23128f25e1
commit 5733975aa0
29 changed files with 986 additions and 8 deletions

View file

@ -255,7 +255,7 @@ const getCommunityInvitesByIdAuth = async (
community: community,
},
community,
[PERMISSION.INVITES_CREATE],
[PERMISSION.INVITES_READ],
))
) {
return API_ERROR.ACCESS_DENIED;