You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rinse, [May 6, 2024 at 12:36:45 PM]:
a sub is created but not published when typeof sub.createdAt === "number" && !sub.updatedAt. We should have a way to show the user that the sub is created but it's getting published in the background
creating a sub is instantaneous, but publishing to the network (which will make typeof sub.updatedAt === "number") could take a while
The text was updated successfully, but these errors were encountered:
we need to leave this open as this is not a great way to get the state, at some point useStateString(subplebbit) and useFeedStateString() should automatically get the state 'publishing-ipns' of a starting sub, and there will be no need for this hack. we need to wait for this to be implemented in plebbit-js plebbit/plebbit-js#41
The text was updated successfully, but these errors were encountered: