Merge branch 'develop' into develop-replyToMessages

This commit is contained in:
2024-05-12 12:35:52 +00:00
16 changed files with 24 additions and 23 deletions

View File

@ -9,7 +9,7 @@ class GetChatCache extends RequestCache<GetChatResponse> {
String chatToken;
GetChatCache({required onUpdate, required this.chatToken}) : super(RequestCache.cacheNothing, onUpdate) {
start('MarianumMobile', 'nc-chat-$chatToken');
start('nc-chat-$chatToken');
}
@override