Fixed some visuals

This commit is contained in:
2023-09-05 22:54:40 +02:00
parent e378f8165f
commit d63958574b
15 changed files with 327 additions and 265 deletions

View File

@ -15,7 +15,7 @@ class GetChat extends TalkApi<GetChatResponse> {
@override
assemble(String raw) {
return GetChatResponse.fromJson(jsonDecode(raw)['ocs']); // TODO move "ocs" to superclass
return GetChatResponse.fromJson(jsonDecode(raw)['ocs']);
}
@override