Make the author line in the bubble and reply be part of the content model
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
* a room message.
|
||||
*/
|
||||
enum Type {
|
||||
Author, /**< The message sender and time. */
|
||||
Text, /**< A text message. */
|
||||
Image, /**< A message that is an image. */
|
||||
Audio, /**< A message that is an audio recording. */
|
||||
|
||||
Reference in New Issue
Block a user