-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] 3pid invite #548
Comments
Unfortunately it requires to implement the identity server part (#607), which has not been identified as a showstopper. |
* riotx_develop: (111 commits) Video calls are shown as a voice ones in the timeline (Fixes #1676) Fix regression: not able to create a room without IS configured (Fixes #1679) Fix / view attachment crash + freeze when offline Version++ Prepare release 0.91.5 Fix test compilation issue Fix crash after rebase Add TODO Copy Javadoc to the API class Move internal methods to internal task Latest renaming Rename CreateRoomParamsInternalBuilder to CreateRoomBodyBuilder for clarity Rename CreateRoomParamsBuilder to CreateRoomParams for clarity Rename internal class Expose other objects in the builder to create a room ktlint Display threePid invite along with the other invite (code is a bit dirty) Hide right arrow if threepid invite can not be revoked Disable fetching Msisdn, it does not work Revoke ThreePid invitation (#548) ... # Conflicts: # vector/build.gradle # vector/src/main/java/im/vector/riotx/features/crypto/keys/KeysExporter.kt # vector/src/main/res/layout/bottom_sheet_logout_and_backup.xml # vector/src/main/res/values/strings.xml
Are there any plans for the 3pid invite by phone feature? It feels weird when one want to invite another user by doing a contact lookup and no result pops up. |
As specced here
The app should:
m.room.third_party_invite
event in the timelineTo send invite, the app should:
/invite
command/invite
command -> We get an error 500 {"errcode":"M_UNKNOWN","error":"Internal server error"}Also:
When receiving an invite, the user click on the link and the app should:
EDIT: First PR will handle all the checkbox above. Msisdn support is deactivated for the moment
The text was updated successfully, but these errors were encountered: