mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
Make sure timeline is refreshed when page is accessed
Change to fetchPolicy: "cache-and-network" Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3fade65c8e
commit
9fd1822a05
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ type IActivitySkeleton = IActivity | { skeleton: string };
|
|||
apollo: {
|
||||
group: {
|
||||
query: GROUP_TIMELINE,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
preferredUsername: this.preferredUsername,
|
||||
|
|
Loading…
Reference in a new issue