mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
ircd:Ⓜ️:name: Add missing contains_name property string.
This commit is contained in:
parent
69debc0d2b
commit
af74329e4a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ namespace ircd::m::name
|
|||
constexpr const char *const senders {"senders"};
|
||||
constexpr const char *const not_senders {"not_senders"};
|
||||
constexpr const char *const limit {"limit"};
|
||||
constexpr const char *const contains_url {"contains_url"};
|
||||
|
||||
constexpr const char *const edu_type {"edu_type"};
|
||||
|
||||
|
|
Loading…
Reference in a new issue