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
2021-04-12 17:55:53 +05:30
2020-12-28 16:55:14 +01:00
2021-03-31 18:23:45 +02:00
2020-01-06 10:17:23 +01:00
2020-01-06 10:17:23 +01:00
2020-03-04 09:30:31 +01:00
2020-12-17 14:10:00 +01:00
2021-02-02 07:58:17 +01:00
2021-02-05 14:50:45 +01:00
2018-03-23 14:58:40 +01:00
2021-03-10 13:32:46 +02:00
2020-01-20 13:15:17 +01:00
2020-11-24 12:20:57 +01:00
2021-01-26 17:58:25 +01:00
2021-01-26 17:58:25 +01:00
2020-04-21 10:40:39 +02:00
2019-06-12 13:12:00 +02:00
2016-09-21 10:00:29 +08:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.7%
Python 0.7%
Shell 0.3%
Makefile 0.1%
Groovy 0.1%