👽 Changes to API path since sphere no longer handle messages
This commit is contained in:
@@ -18,7 +18,7 @@ class AutocompleteService {
|
||||
String content,
|
||||
) async {
|
||||
final response = await _client.post(
|
||||
'/sphere/chat/$roomId/autocomplete',
|
||||
'/messager/chat/$roomId/autocomplete',
|
||||
data: {'content': content},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user