Skip to content

Create DM with a user directly

April Simone requested to merge dm into servant

Summary | 概述: Create DM with a user directly

Add a button named "Direct Message" in UserPage. When clicked, search if there's exist room that have only the 2 users. If there is, switch to that room; If not, push a CreateRoomPage which has initial type direct with that user.

Type | 类型: add

BUG: https://iron.lily-is.land/T80

Test Plan | 测试计划: Click the "Direct Message" button in UserPage and seeing expected behavior

Edited by tusooa

Merge request reports