status-go/t
Pascal Precht dd49e604d4 feat: introduce new `joined` property in `Chat` struct
This property is useful for clients to know when a channel or chat
was joined so they can use that to calculate the order of channels
and chats shown in applications.

Changes include a new joined property on the Chat struct,
as well as adjustments in the persistence layer to retreive and
update chat data in the database.

In addition there's a migration script that alters the existing
chat table to introduce a new column for the joined field.
It also updates all existing rows in the database to set `joined`
to `0`.
2021-05-18 11:29:03 +02:00
..
benchmarks Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
config Unlock wallet and chat keys (#1346) 2019-01-18 10:01:14 +01:00
devtests [wallet] Skip transaction on chain id mismatch 2021-03-19 15:54:39 +02:00
e2e Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
helpers Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
utils Integrate Waku service (#1759) 2020-01-08 12:12:23 +01:00
bindata.go feat: introduce new `joined` property in `Chat` struct 2021-05-18 11:29:03 +02:00
doc.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00