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
refactor(api)!: simplify event building methods by removing sender parameter
- Removed the sender parameter from multiple event building methods.
- This change simplifies the API and ensures a consistent approach to event creation.
BREAKING CHANGE: sender parameter is no longer accepted in event building methods.
Impact: existing calls to these methods with a sender argument will need to be updated.
Migration: remove sender argument from calls to buildTextNote, buildReplaceableEvent, buildEphemeralEvent, and buildAddressableEvent.
0 commit comments