summary refs log tree commit diff
path: root/api/scripts/generate_openapi.js (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-16Forgot to send roles in guild_memberMadeline1-25/+33
2022-07-16Forgot to send roles in guild_memberMadeline1-25/+33
2022-07-16Respect with_mutual_guilds and guild_id in /users/:id/profileMadeline1-14/+39
2022-07-16Always display roles separately to online membersMadeline1-0/+1
2022-07-16Always display roles separately to online membersMadeline1-0/+1
2022-07-14Set util to use same typeorm as bundleMadeline2-111/+286
2022-07-14dumb typing stuffMadeline5-23/+26
2022-07-13Remove a console log from the maddyrtc branchMadeline1-2/+0
2022-07-13/channel/:id/messages/:id/ack responds with { token: null } on discord.comMadeline1-1/+1
2022-07-10Change bundle start to only start listening once DB and config have been loadedMadeline1-2/+3
2022-07-10Check if role icon was actually sent or if it's just an empty stringMadeline1-1/+1
2022-07-10Set client_state.highest_last_message_id to String OR NumberMadeline1-2/+2
2022-07-10Add client_state.useruser_guild_settings_version to Identify schemaMadeline1-0/+2
2022-07-10Add client_state.useruser_guild_settings_version to Identify schemaMadeline1-0/+2
2022-07-10Try to allow role icons to be removedMadeline1-0/+1
2022-07-10Fix username/discrim changing