created search buffer

This commit is contained in:
Abdulqadir Ahmad
2023-06-01 15:48:53 +01:00
parent 6bd0161818
commit f0d6e8dcf9
5 changed files with 100 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ class BaseBuffer(base.Buffer):
self.buffer.account = account
self.bind_events()
self.sound = sound
if "-timeline" in self.name or "-followers" in self.name or "-following" in self.name:
if "-timeline" in self.name or "-followers" in self.name or "-following" in self.name or "searchterm" in self.name:
self.finished_timeline = False
def create_buffer(self, parent, name):