⚡ Better websocket reconnection and maintainer
This commit is contained in:
@@ -38,7 +38,6 @@ class _ChatMemberScreenState extends State<ChatMemberScreen> {
|
||||
_selfId = prof['id'];
|
||||
|
||||
var uri = getRequestUri('messaging', '/api/channels/${widget.realm}/${widget.channel.alias}/members');
|
||||
print(uri);
|
||||
|
||||
var res = await auth.client!.get(uri);
|
||||
if (res.statusCode == 200) {
|
||||
|
Reference in New Issue
Block a user