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

This commit is contained in:
smizrahi
2024-10-22 09:46:00 +02:00
parent b602b2b188
commit b6f98b7b81

View File

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