diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/bangtags.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 7a6a1cbd1..c89146035 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -720,6 +720,7 @@ class Bangtags @status.visibility = :direct @status.local_only = true @status.content_type = 'text/markdown' + @status.delete_after = 1.hour @chunks << "\n# <code>#!</code><code>account:#{c.downcase}</code>:\n<hr />\n" output = [] case c.downcase |