This commit is contained in:
Jesús Pavón Abián
2026-02-01 15:04:26 +01:00
parent de10c927d9
commit 5d4ac82c4d
4 changed files with 11 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class BaseBuffer(base.Buffer):
self.invisible = True
compose_func = kwargs.get("compose_func", "compose_post")
self.compose_function = getattr(compose, compose_func)
self.sound = sound
self.sound = kwargs.get("sound", None)
# Initialize DB list if needed
if self.name not in self.session.db: