diff options
author | 2024-11-21 12:13:55 +0100 | |
---|---|---|
committer | 2024-11-21 12:13:55 +0100 | |
commit | c2029df9bcfa05c19cf3644f2e686da35e267c68 (patch) | |
tree | 0b21c0bca8cc25743b2679ed5f026ed0afafd16f /internal/api/client/admin/emojicreate.go | |
parent | [chore] Bump cross-spawn from 7.0.3 to 7.0.6 in /web/source (#3552) (diff) | |
download | gotosocial-c2029df9bcfa05c19cf3644f2e686da35e267c68.tar.xz |
[feature] Allow emoji shortcode to be 1-character length (#3556)
* [feature] Allow emoji shortcode to be 1-character length
* testerino fixeroni
* spaghet
Diffstat (limited to 'internal/api/client/admin/emojicreate.go')
-rw-r--r-- | internal/api/client/admin/emojicreate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/admin/emojicreate.go b/internal/api/client/admin/emojicreate.go index 9696200de..07fa4d4a8 100644 --- a/internal/api/client/admin/emojicreate.go +++ b/internal/api/client/admin/emojicreate.go @@ -53,7 +53,7 @@ import ( // The code to use for the emoji, which will be used by instance denizens to select it. // This must be unique on the instance. // type: string -// pattern: \w{2,30} +// pattern: \w{1,30} // required: true // - // name: image |