Added automatic update-merge of settings for new settings instead of falling back to defaults

This commit is contained in:
2023-06-14 11:45:12 +02:00
parent 1c6d062f2d
commit 468c443ebd
14 changed files with 132 additions and 168 deletions

View File

@ -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) {