Method: MatrixSdk::ApplicationService#registration
- Defined in:
- lib/matrix_sdk/application_service.rb
#registration ⇒ Object
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/matrix_sdk/application_service.rb', line 64 def registration { id: @id, url: @url, as_token: @as_token, hs_token: @hs_token, sender_localpart: '', namespaces: { users: [], aliases: [], rooms: [] }, rate_limited: false, protocols: [] } end |