aboutsummaryrefslogtreecommitdiff
path: root/src/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Channel.cpp')
-rw-r--r--src/Channel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index f8e79c6..2bd1b0b 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -31,6 +31,7 @@ namespace dchat
{
Message *message = new Message(&systemUser, u8"pepedab https://discordemoji.com/assets/emoji/PepeDab.gif coggers https://discordemoji.com/assets/emoji/COGGERS.gif check out this url http://www.grandtournation.com/6808/start-date-of-the-grand-tour-season-3-confirmed-mark-your-calendars/ owo");
+ message->text.setEditable(true);
messageBoard.addMessage(message);
}