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
Maybe he ran into the same issue as me, trying to pass in notBefore and delay timestamps in milliseconds instead of seconds.
It would be pretty sweet if the api client could support milliseconds as that is the standard in js.
Here is what I do now notBefore: Math.floor(nextInviteDate?.getTime() / 1000),
Functionality to schedule messages to be delivered at a future date
The text was updated successfully, but these errors were encountered: