feat(envelope,conversations): recall hook under the user text, user_sink for the setup's reply log
This commit is contained in:
@@ -190,8 +190,11 @@ async def _async_main() -> None:
|
||||
store=session_store,
|
||||
texts=gateway.texts,
|
||||
frontends=gateway.frontends,
|
||||
envelope=Envelope(watch=gateway.watch, tz=gateway.tz),
|
||||
envelope=Envelope(
|
||||
watch=gateway.watch, tz=gateway.tz, recall=gateway.recall
|
||||
),
|
||||
distiller=gateway.distiller,
|
||||
user_sink=gateway.user_sink,
|
||||
)
|
||||
late.conversations = conversations
|
||||
scheduler = Scheduler(
|
||||
|
||||
Reference in New Issue
Block a user