mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
* core: auto increment chat item ids (#5088)
* core: auto increment chat item ids
* file name
* down name
* update schema
* ignore down migration on schema dump test
* fix testDirectMessageDelete test
* fix testNotes test
* core: initial api support for items around a given item (#5092)
* core: initial api support for items around a given item
* implementation and tests for local messages
* pass entities down
* unused
* getAllChatItems implementation and tests
* pagination for getting chat and tests
* remove unused import
* group implementation and tests
* refactor
* order by created at for local and direct chats
* core: initial landing api for chat and gaps (#5104)
* initial work on initial param for loading chat
* support for initial
* controller parse
* fixed sqls
* refactor names
* fix ChatLandingSection serialized type
* total accuracy on landing section
* descriptive view message
* foldr
* refactor to make landingSection reusable
* refactor: use foldr everywhere
* propagate search
* Revert "propagate search"
This reverts commit
|
||
---|---|---|
.. | ||
Bots | ||
ChatTests | ||
fixtures | ||
ChatClient.hs | ||
ChatTests.hs | ||
JSONTests.hs | ||
MarkdownTests.hs | ||
MessageBatching.hs | ||
MobileTests.hs | ||
ProtocolTests.hs | ||
RandomServers.hs | ||
RemoteTests.hs | ||
SchemaDump.hs | ||
Test.hs | ||
ValidNames.hs | ||
ViewTests.hs | ||
WebRTCTests.hs |