Merge branch 'fix-sss-cache' into 'develop'
fix cache user mismatch See merge request pleroma/pleroma-fe!2016
This commit is contained in:
commit
ee155f15b7
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ export const _getRecentData = (cache, live, isTest) => {
|
|||
}
|
||||
|
||||
const merge = (a, b) => ({
|
||||
_user: a._user ?? b._user,
|
||||
_version: a._version ?? b._version,
|
||||
_timestamp: a._timestamp ?? b._timestamp,
|
||||
needUpload: b.needUpload ?? a.needUpload,
|
||||
|
|
Loading…
Add table
Reference in a new issue