Добавить автомодерацию: политики, порог жалоб, settings/hits API и тесты.
CI / test (push) Failing after 37m9s
CI / deploy-ift (push) Has been skipped
CI / e2e-ift (push) Has been skipped
CI / deploy-stage (push) Has been skipped
CI / e2e-stage (push) Has been skipped

Refs EventHub/EventHubBack#37
Refs EventHub/EventHubBack#38
Refs EventHub/EventHubBack#39
Refs EventHub/EventHubBack#40
This commit is contained in:
2026-07-17 18:09:31 +03:00
parent 4fa802702f
commit e9d1a13900
27 changed files with 1779 additions and 85 deletions
+4
View File
@@ -121,6 +121,10 @@ table_opts(report) ->
[{ram_copies, [node()]}, {attributes, record_info(fields, report)}];
table_opts(banned_word) ->
[{ram_copies, [node()]}, {attributes, record_info(fields, banned_word)}];
table_opts(automod_settings) ->
[{ram_copies, [node()]}, {attributes, record_info(fields, automod_settings)}];
table_opts(automod_hit) ->
[{ram_copies, [node()]}, {attributes, record_info(fields, automod_hit)}];
table_opts(ticket) ->
[{ram_copies, [node()]}, {attributes, record_info(fields, ticket)}];
table_opts(subscription) ->