summary refs log tree commit diff
path: root/src/EventAccessors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EventAccessors.h')
-rw-r--r--src/EventAccessors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EventAccessors.h b/src/EventAccessors.h

index a74c58bc..9d8a34e7 100644 --- a/src/EventAccessors.h +++ b/src/EventAccessors.h
@@ -78,6 +78,8 @@ formattedBodyWithFallback(const mtx::events::collections::TimelineEvents &event) std::optional<mtx::crypto::EncryptedFile> file(const mtx::events::collections::TimelineEvents &event); +std::optional<mtx::crypto::EncryptedFile> +thumbnail_file(const mtx::events::collections::TimelineEvents &event); std::string url(const mtx::events::collections::TimelineEvents &event);