reduce usage of unwraps
It wouldn't really matter whether we use unwrap
s or ?
in tests, but it was a bit hard to find which unwrap
s are in "real code" and which are in tests, so I decided to remove all of them no…
reduce usage of unwraps
the result of deferred.await?
was SendMessageResult
, now it's Result<SendMessageResult>
, so deferred.await
(without ?
) is actually Result<Result<SendMessageResult>>
Broadcast does not cover all of the subscribers
Presence from an IRC user joining is not visible to an XMPP member
Presence from an IRC user joining is not visible to an XMPP member
IRC: chathistory with no batching and metadata