about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-09 15:35:25 -0800
committerGitHub <noreply@github.com>2023-11-09 15:35:25 -0800
commitfb4f5709c43c070653c917e3196b9b1c120418a6 (patch)
tree74e6ff954441b6da3044853e16ebf5dd12213c87 /src/App.web.tsx
parent625cbc435f15bc0d611661b44dbf8add990dff7d (diff)
downloadvoidsky-fb4f5709c43c070653c917e3196b9b1c120418a6.tar.zst
Refactor post threads to use react query (#1851)
* Add post and post-thread queries

* Update PostThread components to use new queries

* Move from normalized cache to shadow cache model

* Merge post shadow into the post automatically

* Remove dead code

* Remove old temporary session

* Fix: set agent on session creation

* Temporarily double-login

* Handle post-thread uri resolution errors
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx
index fc76afce1..81e03d079 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -46,7 +46,7 @@ const InnerApp = observer(function AppImpl() {
       analytics.init(store)
     })
     dynamicActivate(defaultLocale) // async import of locale data
-  }, [resumeSession])
+  }, [])
 
   useEffect(() => {
     const account = persisted.get('session').currentAccount