diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-04-01 15:41:49 -0400 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-04-11 01:01:21 +0200 |
commit | 138b0a6b8683a8e69a4d2fb92926e5a0645d4d5a (patch) | |
tree | 73e5cd6ed41ff9d150f747c1e89455e155bda807 /src/timeline/TimelineModel.h | |
parent | Don't bother with rainbow rain (diff) | |
download | nheko-138b0a6b8683a8e69a4d2fb92926e5a0645d4d5a.tar.xz |
Use the new mtxclient special effects refactoring
Diffstat (limited to '')
-rw-r--r-- | src/timeline/TimelineModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index ce3dc9e4..ef845bb5 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -99,7 +99,7 @@ enum EventType Widget, /// m.room.message AudioMessage, - ConfettiMessage, + ElementEffectMessage, EmoteMessage, FileMessage, ImageMessage, |