diff options
author | Hubert Hirtz <hubert@hirtzfr.eu> | 2020-08-22 14:49:19 +0200 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtzfr.eu> | 2020-08-22 14:49:19 +0200 |
commit | 7e1cdf898b8b42997a6fcfe0212c2b3493489eee (patch) | |
tree | ea6b740c738fb0e7a53bbc2dd387097b23778f55 /app.go | |
parent | Don't send @+typing=done in the home buffer (diff) |
Fix same messages being fetched with CHATHISTORY
The issue was that Message.Time() converted the timestamp to Local time,
and this local timestamp was being used with UTC timestamps. Thus
senpai now converts the time only during display.
Moreover, to avoid missing messages in history (and at the cost of
duplicates), the condition in bufferList.AddLines() as been modified.
Diffstat (limited to 'app.go')
0 files changed, 0 insertions, 0 deletions