repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use same lock values as mobile clients
[ProtonMail-WebClient.git]
/
packages
/
account
/
serializable.ts
blob
310465e82537102544e3a8cd1720993152cd2d85
1
export const ignoredActions: string[] = [
2
'userKeys/fetch/fulfilled',
3
'addressKeys/fulfilled',
4
'organizationKey/fetch/fulfilled',
5
];
6
export const ignoredPaths: (string | RegExp)[] = [/userKeys/, /addressKeys/, /organizationKey/];