mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
v2.19.6
This commit is contained in:
parent
806f6f3c5e
commit
e7b06496d2
13 changed files with 48 additions and 53 deletions
|
|
@ -33,7 +33,7 @@ export const
|
|||
*/
|
||||
serverRequestRaw = (type, hash) =>
|
||||
SERVER_PREFIX + '/Raw/' + SUB_QUERY_PREFIX + '/'
|
||||
+ '0/' // AuthAccountHash ?
|
||||
+ '0/' // Settings.get('AccountHash') ?
|
||||
+ (type
|
||||
? type + '/' + (hash ? SUB_QUERY_PREFIX + '/' + hash : '')
|
||||
: ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue