diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-17 19:08:17 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-17 19:18:07 +0100 |
commit | e5d75c814b2175dc37beabff3b0421de59a3e93e (patch) | |
tree | 97670bfa02e365ef527ad18fad3d66e16c3ef8d2 /src/Utils.h | |
parent | Refactor image download code to be reusable (diff) | |
download | nheko-e5d75c814b2175dc37beabff3b0421de59a3e93e.tar.xz |
Clean up notification code a bit
Diffstat (limited to 'src/Utils.h')
-rw-r--r-- | src/Utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h index eb09172e..f8ead68c 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -40,6 +40,9 @@ namespace utils { using TimelineEvent = mtx::events::collections::TimelineEvents; +RelatedInfo +stripReplyFallbacks(const TimelineEvent &event, std::string id, QString room_id_); + bool codepointIsEmoji(uint code); |