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:
2025-02-02 02:50:12 +00:00
parent e3d54228cc
commit aab55a730f
2 changed files with 32 additions and 40 deletions
@@ -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()