Add note about typing notifs to Multi-Threaded IM
This commit is contained in:
parent
8f1d06e94b
commit
6515dbc467
1 changed files with 4 additions and 3 deletions
|
@ -271,7 +271,7 @@ Chat Screen
|
||||||
- Initially will only display the timestamp and user ID of the *first*
|
- Initially will only display the timestamp and user ID of the *first*
|
||||||
message. But can expand to show the entire tree.
|
message. But can expand to show the entire tree.
|
||||||
- Tree of messages indicating which message is a reply to which.
|
- Tree of messages indicating which message is a reply to which.
|
||||||
- Ordered the timestamp of the most recent message in the threads
|
- Ordered by the timestamp of the most recent message in the thread
|
||||||
- Each message: timestamp, user ID, display name at the time of the message
|
- Each message: timestamp, user ID, display name at the time of the message
|
||||||
- Room name
|
- Room name
|
||||||
- Room topic
|
- Room topic
|
||||||
|
@ -302,7 +302,8 @@ Chat Screen
|
||||||
+------------+ | * A2 -> A1 | | * B2 -> B1 |
|
+------------+ | * A2 -> A1 | | * B2 -> B1 |
|
||||||
| * M -> A2, B2 | +--------------+
|
| * M -> A2, B2 | +--------------+
|
||||||
+----------------+
|
+----------------+
|
||||||
|
- Typing notifications. Displayed within the correct thread/column.
|
||||||
|
|
||||||
What you can do:
|
What you can do:
|
||||||
- Send a message into a particular thread/column.
|
- Send a message into a particular thread/column.
|
||||||
- Move an *existing* message into new thread creating a new column.
|
- Move an *existing* message into a new thread creating a new column.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue