-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Allow creation of DM with yourself #2002
Comments
Hi @taoeffect , |
@SebinSong No, I'm not a fan of complicating the UI. I am a fan of simplifying the UI. If, for example, you prefer to get rid of "Recent Conversations" and "Others" and just have a list of users (and convos?) in the list, that works too. My preference would be to treat your user as anyone else. |
Got it! |
@taoeffect |
Good question! How about: |
* update NewDirectMessageModal.vue so it knows when to create a self-DM * make it possible to create a chatroom with 1 member * Add todo comment * hide add-people cta for DM-to-myself * some fixes * DRY DM getters / prevent duplicate DM-to-myself from being generated * remove debug console * update chat greeting message for dm-to-myself * remove DM todo comment in the source-code * some clean-up * restore the broken logic re searchText * fix the logic to determine dm-to-myself * fix the greyed-out photo issue
Problem
It is very useful to be able to create a DM with yourself to share and remember notes with yourself.
Right now we can't do this because the DM creation modal doesn't show your username in it.
Solution
The text was updated successfully, but these errors were encountered: