added roominvites in frontend in a notifications page and added clap to define backend port

This commit is contained in:
2025-12-31 12:14:46 +01:00
parent fb514f1efe
commit e7a575ae03
12 changed files with 258 additions and 145 deletions

View File

@@ -27,3 +27,10 @@ export interface FriendRequest {
sender_uuid: string
sender_username: string
}
export interface RoomInvite {
room_uuid: string
room_name: string
sender_uuid: string
sender_username: string
}