This commit is contained in:
the-djmaze 2022-10-31 17:10:04 +01:00
parent 806f6f3c5e
commit e7b06496d2
13 changed files with 48 additions and 53 deletions

View file

@ -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 : '')
: ''),