Skip to content

Draft: Allow to create a DM

Kirill Schmidt requested to merge krllschmdt/forctal:1049-dm into main

TODO:

  • Replace invite Method on InviteSubpage with a signal to which RoomDetails and Session can connect.
  • Handle the signal in RoomDetails
  • Make room Parameter optional for InviteSubpage (This can be used to determine whether the InviteSubpage is called from an existing room)
  • Handle the signal in Session for DM creation
  • Probably move InviteSubpage to a different directory

Closes #1049 (closed)

Edited by Kirill Schmidt

Merge request reports