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
There are some elements of the public API that refer to their implementation and in general are a little too unwieldy. An example would be MessageBundle/VerifiedMessageBundle. These are better changed to something like Message/ProcessedMessage. This will mean that the current internal types containing "single" (echo or direct) messages will have to be renamed to not be confused with them (to SingleMessagePart etc?)
The text was updated successfully, but these errors were encountered:
There are some elements of the public API that refer to their implementation and in general are a little too unwieldy. An example would be
MessageBundle
/VerifiedMessageBundle
. These are better changed to something likeMessage
/ProcessedMessage
. This will mean that the current internal types containing "single" (echo or direct) messages will have to be renamed to not be confused with them (toSingleMessagePart
etc?)The text was updated successfully, but these errors were encountered: