diff options
author | fiaxh <git@lightrise.org> | 2024-03-02 13:18:53 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-03-02 13:18:53 +0100 |
commit | 4cc7e076e65c604e7a2f840ddc394ea70700577d (patch) | |
tree | 8daceda12abce2f6a92eb84b2d2e1b23f7360732 /main/CMakeLists.txt | |
parent | 7e3cedaf3fa347bfa688e71b0f69e62725db395d (diff) | |
download | dino-4cc7e076e65c604e7a2f840ddc394ea70700577d.tar.gz dino-4cc7e076e65c604e7a2f840ddc394ea70700577d.zip |
Add unread indicator
Co-authored-by: Alexandre Jousset <mid@gtmp.org>
Co-authored-by: Aidan Epstein <aidan@jmad.org>
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 9a7cb189..ea4de99b 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -192,6 +192,7 @@ SOURCES src/ui/conversation_content_view/quote_widget.vala src/ui/conversation_content_view/reactions_widget.vala src/ui/conversation_content_view/subscription_notification.vala + src/ui/conversation_content_view/unread_indicator_populator.vala src/ui/chat_input/chat_input_controller.vala src/ui/chat_input/chat_text_view.vala |