diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-03 18:19:48 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-03 18:27:48 +0200 |
commit | 79c825d359eed0256e8ba62a8d803eb4d9b74899 (patch) | |
tree | 467ca7d04930e1cf585cd95d5ce868905c7a88fc /_pytest/test_unfurl.py | |
parent | 3df593a576c4ec6a111f06121755e73e6db24161 (diff) | |
download | wee-slack-79c825d359eed0256e8ba62a8d803eb4d9b74899.tar.gz |
Only prevent logging of messages from history request
Preventing logging of all backlog messages meant that messages you sent
from other clients wouldn't be logged, even if wee-slack was running.
Additionally, there's an existing bug which sometimes causes the
messages you send in wee-slack to be marked as backlog messages, so
those wouldn't be logged either.
Instead, only prevent logging of messages from the history request,
since we always want to log new messages arriving over the websocket.
It's still only backlog messages which are not logged, so messages which
arrive when wee-slack isn't running will be logged (as long as you don't
read them in another client before starting wee-slack).
Diffstat (limited to '_pytest/test_unfurl.py')
0 files changed, 0 insertions, 0 deletions