summary refs log tree commit diff
path: root/src/api/routes/interactions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: Use object-based relations for typeormRory&2025-12-191-2/+2
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-1/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-207/+207
* is it a hack if it works?MathMan052025-11-231-1/+1
* fix for the comemntingMathMan052025-11-231-2/+2
* no, that doesn't workMathMan052025-11-231-0/+2
* maybe fix attachments?MathMan052025-11-231-3/+15
* use nonce?MathMan052025-11-231-0/+1
* make interactions more normalMathMan052025-11-231-49/+5
* fix: check for duplicated component IDsCyberL12025-10-281-1/+22
* chore: remove solved TODO commentCyberL12025-10-281-1/+0
* fix: check if components are beetwen 1 to 5 in each rowCyberL12025-10-281-1/+21
* fix: add `author` to interaction messageCyberL12025-10-221-1/+1
* fix: components on messageCyberL12025-10-221-0/+1
* fix: don't emit ephemeral interaction replies to channel, but only to user in...CyberL12025-10-201-1/+1
* fix: interaction type checkCyberL12025-10-191-1/+1
* fix: interaction `attachment_size_limit` fieldCyberL12025-10-191-2/+2
* fix: interaction `app_permissions` fieldCyberL12025-10-191-2/+3
* fix: interaction contextCyberL12025-10-191-1/+7
* fix: interaction callbackCyberL12025-10-192-18/+58
* fix: typo, additional `m` lolCyberL12025-10-181-1/+1
* feat: interaction repliesCyberL12025-10-181-4/+83
* fix: pass the command type to pending interactions mapCyberL12025-10-181-1/+2
* feat: interactions (incomplete)CyberL12025-10-172-0/+172