William Grant
|
a25d94fa6c
|
fix: moved disappearing messages migration to a separate file
updated note to self function calls in the user config wrapper
|
2 years ago |
William Grant
|
ff27913b66
|
fix: migration started and working for note to self for user config
updated libsession to use setExpiry and getExpiry since we can't add new arguments to the getUserInfo and setUserInfo
|
2 years ago |
William Grant
|
d794b0a0d4
|
fix: comment out user config disappearing messages stuff for now
|
2 years ago |
William Grant
|
5762342e03
|
fix: spaces on fixme comments
|
2 years ago |
William Grant
|
41af1e7865
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
d43d6abbae
|
chore: replace tslint with eslint and fix linting issues
|
2 years ago |
William Grant
|
905fe5aab9
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
77acd1396b
|
feat: add support for blinded25 receipt of messages for later impl
|
2 years ago |
Audric Ackermann
|
adf5574318
|
fix: add libsession nodejs with expiretimer and resolve issues
|
2 years ago |
Audric Ackermann
|
4280d83ba8
|
fix: bump libsession to allow createdAt to be given during migration
|
2 years ago |
Audric Ackermann
|
0e18bf4640
|
fix: disable expire timer tracking for all libsession logic
this will need to be turned on when the disappearing branch is merged
|
2 years ago |
Audric Ackermann
|
3eb629e33e
|
fix: cleanup convo selectors to hope to improve performances
|
2 years ago |
Audric Ackermann
|
5a5f069cca
|
fix: add tracking of expiration timer for nts through libsession
|
2 years ago |
Audric Ackermann
|
db9fa14213
|
fix: don't update state on updates already included in our syncmessage
|
2 years ago |
Audric Ackermann
|
50459d8da8
|
chore: remove completely commented test files related to groupv3
|
2 years ago |
Audric Ackermann
|
4d0e79f195
|
fix: legacy group with wrapper and disable right click while searching
|
2 years ago |
Audric Ackermann
|
2a4bbbd587
|
feat: add the deleteContact and deleteConversation only menu items
|
2 years ago |
Audric Ackermann
|
760ce5caa5
|
fix: add the maxSizeMap to have priority per retrieve namespaces
|
2 years ago |
Audric Ackermann
|
6f6620f622
|
fix: skip new group messages when receved after group was removed
|
2 years ago |
Audric Ackermann
|
bac2887c28
|
fix: update with latest libsession util
|
2 years ago |
Audric Ackermann
|
318a77be4b
|
fix: mark messages sent before our lastreadts from the wrapper as read
|
2 years ago |
Audric Ackermann
|
328c131d8b
|
chore: cleanup commented caching code of some wrappers
|
2 years ago |
Audric Ackermann
|
051c4bb262
|
fix: merge the confSyncDumpJob into the confSyncJob
|
2 years ago |
Audric Ackermann
|
6fe6544d6c
|
fix: split up migration of initial user config dumps into two
|
2 years ago |
Audric Ackermann
|
e263b701b0
|
chore: fetch latest archive from libsession nodejs git repo
|
2 years ago |
Audric Ackermann
|
9d87ca2546
|
fix: test with libsession compiled with node-api
|
2 years ago |
Audric Ackermann
|
cbffc29950
|
fix: run tests for libsession-util integration and fix issue
|
2 years ago |
Audric Ackermann
|
c2e3f1b587
|
chore: update libsession-util name & dependency
|
2 years ago |
Audric Ackermann
|
55a2767fce
|
feat: do not approve a convo before sending the first message
but still sync it's state through the createdAt with libsession util
|
2 years ago |
Audric Ackermann
|
faeb95fefd
|
feat: add block/decline logic to msg request & wrapper
|
2 years ago |
Audric Ackermann
|
ef6d9f1d51
|
feat: add empty states for each types of convo
|
2 years ago |
Audric Ackermann
|
760642e149
|
feat: use the lastJoinedAt and createdAt from the wrapper
|
2 years ago |
Audric Ackermann
|
b843d66084
|
feat: add the lastJoined and createdAt timestamp from wrapper logic
|
2 years ago |
Audric Ackermann
|
51e4f1dd48
|
feat: UI, use group info from wrapper if we have them or from DB
|
2 years ago |
Audric Ackermann
|
f3975b545a
|
feat: use priority for hidden and pinned conversation
|
2 years ago |
Audric Ackermann
|
fe5eea4c8d
|
chore: fix critical yarn audit issues
|
2 years ago |
Audric Ackermann
|
796ccf0582
|
feat: add handling and setting of the expireTimer for contacts
|
2 years ago |
Audric Ackermann
|
8a0074d2bd
|
feat: add convo volatile info during migrations for each convo tracked
|
2 years ago |
Audric Ackermann
|
c623e2e49e
|
fix: make the ConfSyncJob fetch be per destination
|
2 years ago |
Audric Ackermann
|
554b445a3e
|
feat: lookup for shared config message on link device
|
2 years ago |
Audric Ackermann
|
c3e9d503e4
|
fix: unread count and forced unread is synced
|
2 years ago |
Audric Ackermann
|
1c50aacc34
|
chore: remove groupModerators sogs from the db, store in redux only
|
2 years ago |
Audric Ackermann
|
bf2456df8e
|
chore: do not store mentionedUs and unreadCount as attribute in convo
|
2 years ago |
Audric Ackermann
|
2a5dc5f2a5
|
feat: add more compilation errors if forgetting to handle a wrapper type
|
2 years ago |
Audric Ackermann
|
21d8151b8b
|
feat: add convo volatile info mgmt
|
2 years ago |
Audric Ackermann
|
c4e17d0825
|
fix: add mgmt of members in user groups wrapper
|
2 years ago |
Audric Ackermann
|
bc905bdba1
|
feat: start of community handling in libsession util
also remove tracking of hashes for config namespaces
|
2 years ago |
Audric Ackermann
|
3c58f9c1e4
|
feat: add a hidden flag for convos and use it with the contactswrapper
|
2 years ago |
Audric Ackermann
|
c4217cb564
|
feat: sync nickname, blocked and approved status for contacts
|
2 years ago |
Audric Ackermann
|
b2237efe51
|
feat: insert all contacts into wrapper before syncing it
|
2 years ago |