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
|
||||
if (!item.mine) {
|
||||
if (!item.mine && me) {
|
||||
cache.updateQuery({
|
||||
query: gql`{ itemRepetition(parentId: "${parentId}") }`
|
||||
}, data => {
|
||||
|
|
Loading…
Reference in New Issue