removed unecessary for loop from messages update functions
Also made some little changes to code look Working to really start adding proper comments to functins. arrh
This commit is contained in:
@@ -9,7 +9,7 @@ var _conversationDbId;
|
||||
var _documentId;
|
||||
var _databaseId;
|
||||
|
||||
//Default Function call by function
|
||||
//Default call by function
|
||||
Future<dynamic> main(final context) async {
|
||||
try {
|
||||
final client = Client()
|
||||
|
||||
Reference in New Issue
Block a user