about summary refs log tree commit diff
path: root/src/lib/hooks/useOTAUpdates.web.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-12 14:51:53 -0700
committerGitHub <noreply@github.com>2024-04-12 14:51:53 -0700
commitf91aa37c6bd900bdc4eec1095c9ecd83da2f13f2 (patch)
treeadf306037f951e0d18500fa928de999794c6a863 /src/lib/hooks/useOTAUpdates.web.ts
parent1f587ea4b66a6680d8d1fe06b1705994165973d5 (diff)
downloadvoidsky-f91aa37c6bd900bdc4eec1095c9ecd83da2f13f2.tar.zst
Enable updates for `production` behind `receive_updates` gate (#3496)
* add gate type

* gate the updates

* enable updates in `production`

* web placeholder for `useOTAUpdates()`

* update comment
Diffstat (limited to 'src/lib/hooks/useOTAUpdates.web.ts')
-rw-r--r--src/lib/hooks/useOTAUpdates.web.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hooks/useOTAUpdates.web.ts b/src/lib/hooks/useOTAUpdates.web.ts
new file mode 100644
index 000000000..1baf4894e
--- /dev/null
+++ b/src/lib/hooks/useOTAUpdates.web.ts
@@ -0,0 +1 @@
+export function useOTAUpdates() {}