kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Add message-tags to cap req so we get message ids from server #23

Closed 790 closed 5 years ago

prawnsalad commented 5 years ago

The time in row.ts is the time the message was received or its time tag already https://github.com/kiwiirc/kiwibnc/blob/65e6bd097291a6d50f15e2f2acff512b02723927/src/worker/messagestores/sqlite.js#L73

prawnsalad commented 5 years ago

Ah actually, I see it's not using the time from the tags here, https://github.com/kiwiirc/kiwibnc/blob/65e6bd097291a6d50f15e2f2acff512b02723927/src/worker/messagestores/sqlite.js#L96

prawnsalad commented 5 years ago

Any update on this?

790 commented 5 years ago

The changes are covered by the echo message PR, so this isn't needed anymore