Fixed some visuals
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user