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
We can store all outgoing activities in the Deno KV via sendActivity() so that the outbox can be populated with items without the need for an outbox dispatcher.
We can store all outgoing activities in the Deno KV via
sendActivity()
so that the outbox can be populated with items without the need for an outbox dispatcher.However, it's necessary to check the visibility of activities and hide them if they're not public. (We can add authentication later.)
The text was updated successfully, but these errors were encountered: