💄 Improve UX

This commit is contained in:
2024-04-25 21:33:53 +08:00
parent 3a2894b533
commit 0230ea5c79
12 changed files with 140 additions and 51 deletions

View File

@ -13,7 +13,7 @@ class ChatProvider {
await auth.refreshToken();
var ori = getRequestUri('messaging', '/api/unified');
var ori = getRequestUri('messaging', '/api/ws');
var uri = Uri(
scheme: ori.scheme.replaceFirst('http', 'ws'),
host: ori.host,