diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-01 18:23:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-01 18:23:27 +0300 |
commit | c9027518b426a134006a7335184df8f9205b2938 (patch) | |
tree | d74c7ad6a446c462d559edc9ae2f584f955fb2fc /plugins/NewStory/src/templates.h | |
parent | 7ce5ce71c631671061ba13fd30b97075fa5f3e63 (diff) |
fixes #2371 (NewStory: add grouping support)
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r-- | plugins/NewStory/src/templates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h index 931773ce78..b1542bd607 100644 --- a/plugins/NewStory/src/templates.h +++ b/plugins/NewStory/src/templates.h @@ -45,6 +45,7 @@ enum TPL_TITLE, TPL_MESSAGE, + TPL_MSG_GRP, TPL_FILE, TPL_SIGN, TPL_PRESENCE, |