Added automatic update-merge of settings for new settings instead of falling back to defaults
This commit is contained in:
@ -11,9 +11,7 @@ class SetFavorite extends TalkApi<void> {
|
||||
SetFavorite(this.chatToken, this.favoriteState) : super("v4/room/$chatToken/favorite", null);
|
||||
|
||||
@override
|
||||
assemble(String raw) {
|
||||
|
||||
}
|
||||
assemble(String raw) {}
|
||||
|
||||
@override
|
||||
Future<Response> request(Uri uri, Object? body, Map<String, String>? headers) {
|
||||
|
Reference in New Issue
Block a user