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
release: v8.0.0
--get-room-info does no longer return "creator"
New protocol versions of room info do not carry `creator` anymore.
Hence `creator` was removed from output.
JSON output will also look differently.
Adjust your code if you pulled `creatore` from this API call.
See also: #190
See also: Issue #190
release: v7.7.0
added 2 new verification features: --verify manual, --verify emojireq
Verification remains partially broken (see Issues).
--verify manual does a one-way setting of trust
--verify emojireq initiates an emoji verification (instead of waiting for one)
If someone knows how to fix the known verify issues please contribute.