Make content refresh notification shorter.

This commit is contained in:
desvox 2018-08-04 08:32:13 -05:00
parent 7b9b49c320
commit aaf57cfd56
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ class App(object):
thread = self.thread["thread_id"]
self.thread_load(None, thread)
self.goto_post(mark(thread))
self.temp_footer_message("Refreshed content!")
self.temp_footer_message("Refreshed content!", 1)
def back(self, terminate=False):