Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Small fix: run in action

+3 -1
+3 -1
src/state/models/content/post-thread.ts
··· 297 297 try { 298 298 urip.host = await apilib.resolveName(this.rootStore, urip.host) 299 299 } catch (e: any) { 300 - this.error = e.toString() 300 + runInAction(() => { 301 + this.error = e.toString() 302 + }) 301 303 } 302 304 } 303 305 runInAction(() => {