Remove remaining room data #114

Merged
Johann150 merged 2 commits from remove/rooms into main 2022-09-07 08:30:35 +00:00
Showing only changes of commit 3f7055a0a8 - Show all commits

View file

@ -544,10 +544,6 @@ export type Endpoints = {
// reset-password
'reset-password': { req: { token: string; password: string; }; res: null; };
// room
'room/show': { req: TODO; res: TODO; };
'room/update': { req: TODO; res: TODO; };
// stats
'stats': { req: NoParams; res: Stats; };