Start DM on first message (#6367)

Start DM on first message

Co-authored-by: Philippe Loriaux <philippel@element.io>
This commit is contained in:
Yoan Pintas
2022-09-06 14:33:32 +02:00
committed by GitHub
parent bd017d1a77
commit a625e287a4
20 changed files with 603 additions and 136 deletions
@@ -28,7 +28,8 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
{
RoomInputToolbarViewSendModeSend,
RoomInputToolbarViewSendModeReply,
RoomInputToolbarViewSendModeEdit
RoomInputToolbarViewSendModeEdit,
RoomInputToolbarViewSendModeCreateDM
};