fix(core): Specify application name in WORequest to avoid computing app name in SOPE. Sometimes the app name is wrongly defined.

This commit is contained in:
smizrahi
2024-10-07 16:09:41 +02:00
parent 594b0249c3
commit 1a4ffa1fce

View File

@@ -267,4 +267,8 @@
return ret;
}
- (NSString *)applicationName {
return @"SOGo";
}
@end