diff --git a/lib/screens/room/new.dart b/lib/screens/room/new.dart index 34a8891..6303cce 100644 --- a/lib/screens/room/new.dart +++ b/lib/screens/room/new.dart @@ -243,7 +243,6 @@ class _NewRoomPageState extends State { path: 'createRoom', body: { 'room': room.id, - 'server': room.serverTag, 'title': room.name, 'description': room.description, 'icon': room.icon?.type,