diff --git a/lib/src/Store.dart b/lib/src/Store.dart index 15e021ab..d7c0f78f 100644 --- a/lib/src/Store.dart +++ b/lib/src/Store.dart @@ -378,6 +378,7 @@ class Store { } /// Returns a room without events and participants. + @deprecated Future getRoomById(String id) async { List> res = await db.rawQuery("SELECT * FROM Rooms WHERE room_id=?", [id]);