6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00
prologic-saltyim/internal
mlctrez 504c66f7c1 make outbox.state same as client.state to allow persisting last message retrieved (#168)
After testing quite a bit on the saltyim/app client, I tracked down why all outbox messages were being pulled every time a new client starts up.

I believe the outbox client state should be shared with the parent client to allow the last message retrieved from the oubox to be persisted.

Co-authored-by: mlctrez <mlctrez@gmail.com>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/168
Reviewed-by: James Mills <james@mills.io>
Co-authored-by: mlctrez <mlctrez@noreply@mills.io>
Co-committed-by: mlctrez <mlctrez@noreply@mills.io>
2022-04-29 21:59:40 +00:00
..
exec support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
pwa Update the Desktop breakpoint to by 768px (#158) 2022-04-08 12:45:02 +00:00
tui support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
web make outbox.state same as client.state to allow persisting last message retrieved (#168) 2022-04-29 21:59:40 +00:00
api.go Fix handling for bad endpoints from mixbehaving clients proxying send requests (#163) 2022-04-11 22:09:35 +00:00
bitcask_store.go Add a basic structure for a go-app PWA + integrated Broker (#36) 2022-03-21 22:27:35 +00:00
config.go Add Avatar service and cli for updating avatar on a broker (#116) 2022-04-02 02:59:39 +00:00
doc.go Refactor the code (#38) 2022-03-21 14:46:16 +00:00
embed_resources.go Re-fix build constraint for PWA app.wasm 2022-03-22 11:08:04 +10:00
handlers.go Use the new and improved with write-ahead-log (wal) support (#136) 2022-04-03 16:45:59 +00:00
jobs.go Add a basic structure for a go-app PWA + integrated Broker (#36) 2022-03-21 22:27:35 +00:00
memory_store.go Add a basic structure for a go-app PWA + integrated Broker (#36) 2022-03-21 22:27:35 +00:00
options.go Add Avatar service and cli for updating avatar on a broker (#116) 2022-04-02 02:59:39 +00:00
router.go fix: avatar, add logging (#109) 2022-03-31 21:19:45 +00:00
server.go Improve the registration process, add feedback to the PWA's UX adn use an API for registration (#147) 2022-04-04 16:04:38 +00:00
store.go Add a basic structure for a go-app PWA + integrated Broker (#36) 2022-03-21 22:27:35 +00:00
tasks.go Improve the registration process, add feedback to the PWA's UX adn use an API for registration (#147) 2022-04-04 16:04:38 +00:00
utils.go Add Avatar service and cli for updating avatar on a broker (#116) 2022-04-02 02:59:39 +00:00