Ecto schema for the chat_filter_words table — one entry of the chat word
blocklist.
Fields
word— the normalized form (seeGamend.Chat.Moderation.Normalizer)severity—"block"rejects the message,"mask"replaces the hit with***,"flag"stores it verbatim and files a reportmatch_mode—"substring"matches anywhere,"exact"only a whole wordlang— provenance of a bundled-list import ("en","de", …),nilfor a hand-added word. Matching is language-agnostic; this only records where the row came from so a list can be removed in bulk.