mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Revert "Save first delay tag as timestamp"
This reverts commit ef00b10c90
.
According to reply by user in
https://github.com/profanity-im/profanity/issues/1254#issuecomment-578389784
it didn't help.
This commit is contained in:
parent
ef00b10c90
commit
388bae084b
@ -838,15 +838,6 @@ _handle_groupchat(xmpp_stanza_t *const stanza)
|
||||
message->timestamp = stanza_get_delay_from(stanza, jid->domainpart);
|
||||
}
|
||||
|
||||
// Above we check whether the timestamps come from the server. So we know it
|
||||
// is MUC history.
|
||||
// Now we actually save the first timestamp we can find, since this is likely
|
||||
// the first one being added. So the time should actually be right one to display.
|
||||
// TODO: properly compare the dates
|
||||
if (message->timestamp) {
|
||||
message->timestamp = stanza_get_delay(stanza);
|
||||
}
|
||||
|
||||
if (message->timestamp) {
|
||||
sv_ev_room_history(message);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user