Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Aug 1, 2024
2 parents 45ce9b3 + 9034e7f commit bb1fb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ async def albert_answer(ep: EventParser, matrix_client: MatrixClient):
config.albert_history_lookup = 0
obsolescence_in_minutes = str(config.conversation_obsolescence // 60)
reset_message = AlbertMsg.reset_notif(obsolescence_in_minutes)
await matrix_client.room_typing(ep.room.room_id)
await matrix_client.send_markdown_message(
ep.room.room_id, reset_message, msgtype="m.notice"
)
Expand Down

0 comments on commit bb1fb61

Please sign in to comment.