diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-23 18:16:05 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-23 18:16:05 -0500 |
commit | 913ef775ab9e728690becf7ec66d94e43e4c6e59 (patch) | |
tree | 337c69e1556e1b0e07de7756850c0a4ae524ce8f /app/lib | |
parent | a73ec02673aae8abb57c47625251b30df64c0e4a (diff) |
add missing `delete_in` aliases
Diffstat (limited to 'app/lib')
-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 2b8336b49..788eb8eab 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -31,10 +31,12 @@ class Bangtags ['parent', 'visibility'] => ['visibility', 'parent'], ['parent', 'v'] => ['visibility', 'parent'], + ['parent', 'l'] => ['live', 'parent'], ['parent', 'live'] => ['live', 'parent'], ['parent', 'lifespan'] => ['lifespan', 'parent'], ['parent', 'delete_in'] => ['delete_in', 'parent'], + ['all', 'l'] => ['l', 'all'], ['all', 'live'] => ['live', 'all'], ['all', 'lifespan'] => ['lifespan', 'all'], ['all', 'delete_in'] => ['delete_in', 'all'], |