Merge remote-tracking branch 'origin/develop' into develop-bloc

This commit is contained in:
2024-05-12 14:01:57 +02:00
16 changed files with 24 additions and 23 deletions

View File

@ -6,7 +6,7 @@ import 'getMessagesResponse.dart';
class GetMessagesCache extends RequestCache<GetMessagesResponse> {
GetMessagesCache({onUpdate, renew}) : super(RequestCache.cacheMinute, onUpdate, renew: renew) {
start('MarianumMobile', 'message');
start('message');
}
@override