summary refs log tree commit diff
path: root/api/scripts/stresstest/src/message/send.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23Fix not assigning new changes to input fields in users/@meMadeline1-1/+1
2022-04-23Can no longer send messages to channel types that do not support it ( ↵Madeline2-0/+16
categories, voice etc )
2022-04-23Fixed ability for user to edit any property of themselves, including ↵Madeline3-8151/+12479
`rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/
2022-04-21Update UserGroup.t