Skip to content

Commit

Permalink
deleted ImageStore class, core's imageStore is now aTCCFileStore
Browse files Browse the repository at this point in the history
  • Loading branch information
jkubuni committed Jul 12, 2024
1 parent 81620f0 commit 74985ea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ initialize
loggedInUserId: 0;
pendingRequests: Dictionary new;
userStore: (TCCUserStore newWith: self);
imageStore: (TCCImageStore newWith: self);
imageStore: (TCCFileStore newWith: self);
videoStore: (TCCVideoStore newWith: self);
stickerStore: (TCCStickerStore newWith: self);
documentStore: (TCCDocumentStore newWith: self);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"handlePendingEvent:" : "per 8/2/2021 15:05",
"imageStore" : "pk 6/19/2021 17:15",
"imageStore:" : "TR 6/22/2021 09:33",
"initialize" : "TU 7/8/2024 17:31",
"initialize" : "JK 7/12/2024 12:55",
"initializeHandlers" : "RS 8/1/2021 12:53",
"isClientAlive" : "js 5/28/2020 17:18",
"loggedInUserId" : "pk 8/5/2021 17:04",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 74985ea

Please sign in to comment.