about summary refs log tree commit diff
path: root/app/lib/bangtags.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-23 18:16:05 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-23 18:16:05 -0500
commit913ef775ab9e728690becf7ec66d94e43e4c6e59 (patch)
tree337c69e1556e1b0e07de7756850c0a4ae524ce8f /app/lib/bangtags.rb
parenta73ec02673aae8abb57c47625251b30df64c0e4a (diff)
add missing `delete_in` aliases
Diffstat (limited to 'app/lib/bangtags.rb')
-rw-r--r--app/lib/bangtags.rb2
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'],