backend: fix mentionedUsers and userInfo queries #145
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/backend-mentionedUsers-userInfo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turns out
getMany
doesn't work with the specific query used, so usegetRawMany
instead.Also fixup the predicate used in userInfo to use the correct field
names.