This commit is contained in:
Jesús Pavón Abián
2026-02-01 19:03:36 +01:00
parent 25ecd8b5fd
commit 13a9a6538d
4 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ class HomeTimeline(BaseBuffer):
self.type = "home_timeline"
self.feed_uri = None
self.next_cursor = None
self.sound = "tweet_timeline.ogg"
self.sound = "tweet_received.ogg"
def create_buffer(self, parent, name):
# Override to use HomePanel
@@ -104,7 +104,7 @@ class FollowingTimeline(BaseBuffer):
super(FollowingTimeline, self).__init__(*args, **kwargs)
self.type = "following_timeline"
self.next_cursor = None
self.sound = "tweet_timeline.ogg"
self.sound = "tweet_received.ogg"
def create_buffer(self, parent, name):
self.buffer = BlueskiPanels.HomePanel(parent, name) # Reuse HomePanel layout