summary refs log tree commit diff
path: root/src/api/routes/users/@me/mentions.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* eslint: arrow-body-style=as-neededRory&2026-04-191-13/+11
* Remove unused imports for non-entitiesRory&2026-03-141-1/+1
* fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th...CyberL12026-02-021-1/+1
* Deprecation: Use object-based relations for typeormRory&2025-12-191-20/+21
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-3/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-124/+124
* make mentions not use the pollyfillsMathMan052025-11-261-74/+26
* Pagnation and guild scoping for mention inboxRory&2025-11-261-8/+12
* Maybe?Rory&2025-11-261-9/+15
* Swap around toJSON and withSignedAttachments (oops)Rory&2025-11-261-2/+2
* Actually include messages in mentions resultRory&2025-11-261-10/+48
* Mentions inbox: use the right roles prop...Rory&2025-11-261-1/+2
* Mentions inbox: include channel guild idRory&2025-11-261-1/+1
* Mention inbox, hopefullyRory&2025-11-261-0/+161