From ddc44ca19ba82b7638a909714122e73b92a5183b Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Fri, 18 Sep 2020 16:43:35 +0200 Subject: simplified attachments (server side), moved into handlers again --- include/AnnotationTypes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/AnnotationTypes.hpp') diff --git a/include/AnnotationTypes.hpp b/include/AnnotationTypes.hpp index 66d0b9d..8fba983 100644 --- a/include/AnnotationTypes.hpp +++ b/include/AnnotationTypes.hpp @@ -14,6 +14,7 @@ namespace Reply { DECL_ENUM_ELEMENT(none), DECL_ENUM_ELEMENT(bold), DECL_ENUM_ELEMENT(italics), + DECL_ENUM_ELEMENT(attachment), DECL_ENUM_ELEMENT(strikethrough), DECL_ENUM_ELEMENT(underline), DECL_ENUM_ELEMENT(command), -- cgit v1.2.3-54-g00ecf