diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-20 06:37:20 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-20 06:37:20 -0500 |
commit | 2d99300a6db1a3282cc9060a9f8568540e2b3d39 (patch) | |
tree | b17d795b36f8f1528b72fd4edf74b73342ce060f /app | |
parent | 29cdfc36fccd8698ff7cb58ba0d260332e6e2c7b (diff) |
add `visibility:community`, `visibility:c` aliases
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/bangtags.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 409dddcac..f052a21a1 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -485,6 +485,8 @@ class Bangtags 'local' => :local, 'monsterpit' => :local, + 'community' => :local, + 'c' => :local, 'l' => :local, 'm' => :local, |