You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ rules:
111
111
enabled: true
112
112
```
113
113
114
-
**Note:** The silence tracking is session-based (in-memory). After a restart, the first message from a sender won't trigger the auto-reply. This is intentional to avoid sending auto-replies when you've already responded via the web client or your phone.
114
+
**Note:** The silence tracking is session-based (in-memory) and tracks BOTH incoming and outgoing messages. When you reply to someone, it resets the silence timer. After a restart, the router attempts to query the server for message history. If the query fails (server doesn't support the endpoint), it will skip the first message and start tracking from there to avoid sending unwanted auto-replies.
0 commit comments