Changelog for 18 October 2023
Audit Log
- Added Audit Log section to the Mod tab
API
- Added
/room/:id/audit
endpoint- This endpoint supports the
type
parameter to filter a room’s audit by the action performed - Action types currently supported:
kick
,ban
,unban
,mute
,unmute
andsetrole
- Where
type
is empty or not included, the endpoint will return all of a room’s audit logs, sorted newest to oldest - Where the
duration
field is 0 for mute and ban logs, this means the user was muted / banned forever
- This endpoint supports the
Misc
- Fixed a bug where there would be a split-second spike in volume when a SoundCloud song starts playing (for real this time)