no optimistic item repetition for anon
This commit is contained in:
parent
b3c8d32d5a
commit
0d4c8cdc23
|
@ -82,7 +82,7 @@ export default forwardRef(function Reply ({
|
||||||
})
|
})
|
||||||
|
|
||||||
// no lag for itemRepetition
|
// no lag for itemRepetition
|
||||||
if (!item.mine) {
|
if (!item.mine && me) {
|
||||||
cache.updateQuery({
|
cache.updateQuery({
|
||||||
query: gql`{ itemRepetition(parentId: "${parentId}") }`
|
query: gql`{ itemRepetition(parentId: "${parentId}") }`
|
||||||
}, data => {
|
}, data => {
|
||||||
|
|
Loading…
Reference in New Issue