[OPB-21] enabling emote tracking

This commit is contained in:
Sheldan
2021-05-23 22:25:39 +02:00
parent 02fd4af0f4
commit 7777e4f1f0
4 changed files with 41 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
{
"template_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "remind", "logging",
"suggestion", "invite-filter", "profanity-filter",
"suggestion", "invite-filter", "profanity-filter", "statistic",
"starboard-custom",
"overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging",
"news", "referral"],
"translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "suggestion",
"remind", "logging", "invite-filter", "profanity-filter",
"remind", "logging", "invite-filter", "profanity-filter", "statistic",
"starboard-custom",
"news", "setup", "referral"],
"liquibase_artifacts": [
@@ -21,6 +21,7 @@
{ "zip": "suggestion", "file": "suggestion-changeLog.xml"},
{ "zip": "invite-filter", "file": "inviteFilter-changeLog.xml"},
{ "zip": "profanity-filter", "file": "profanityFilter-changeLog.xml"},
{ "zip": "statistic", "file": "statistic-changeLog.xml"},
{ "zip": "setup", "file": "setup-changeLog.xml"},
{ "zip": "referral", "file": "referral-changeLog.xml"},
{ "zip": "starboard-custom", "file": "starboard-custom-changeLog.xml"},