Support for server-configurable maximum attachment size
This commit is contained in:
parent
677548f3a3
commit
37c44fb631
6 changed files with 23 additions and 38 deletions
|
@ -859,8 +859,7 @@ export async function startApp(): Promise<void> {
|
|||
);
|
||||
} catch (error) {
|
||||
log.warn(
|
||||
'Failed to parse integer out of desktop.retryReceiptLifespan feature flag',
|
||||
error && error.stack ? error.stack : error
|
||||
'Failed to parse integer out of desktop.retryReceiptLifespan feature flag'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue