yougotwill
|
2b448dc596
|
fix: if a group is missing a joinedAt value we use fallback value
so we can poll for it and display it in the convo list
|
8 months ago |
yougotwill
|
29d4f8497c
|
fix: restoring groups should use the libsession joined at timestamp
and then update using the active_at value as we read messages
|
8 months ago |
yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
9 months ago |
Audric Ackermann
|
8ce2bf6d2a
|
Merge remote-tracking branch 'origin/clearnet' into unstable
|
9 months ago |
Audric Ackermann
|
2988420e50
|
chore: fix lint
|
10 months ago |
Audric Ackermann
|
534cebf5c4
|
fix: bump libsession and remove manual unwrapping/wrapping of push()
|
10 months ago |
William Grant
|
1e40f1b608
|
fix: cleanup
|
1 year ago |
William Grant
|
76b7c2192f
|
feat: depracate getLastProfileUpdateTimestamp
since new user config has been on for a few months
|
1 year ago |
William Grant
|
6a2af3e088
|
feat: added free function to libsession wrappers
almost processing the dump correctly
|
1 year ago |
William Grant
|
a3262d7af9
|
feat: attempting to fetch the display name separate from the usual pipeline
|
1 year ago |
Audric Ackermann
|
a203ea79cd
|
Merge remote-tracking branch 'oxen/unstable' into userconfig_disappearingmessage
|
1 year ago |
Audric Ackermann
|
3a26285667
|
fix: make group control message not expire
|
1 year ago |
Audric Ackermann
|
b61745fd94
|
fix: use DaR ttl for synced message store request
removing one request at a time
|
1 year ago |
Audric Ackermann
|
82c6f0897b
|
fix: add jobs for expiry update & expiry fetch
|
1 year ago |
Audric Ackermann
|
19e9e0311e
|
feat: add cleanup of old expire update in history
we only keep one from each sender
|
1 year ago |
Audric Ackermann
|
543c80bbe3
|
fix: add most of new designs (own setting) for disappear v2 messages
|
1 year ago |
Audric Ackermann
|
ad9fa6dbee
|
chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
|
1 year ago |
William Grant
|
a37c8eaf13
|
fix: merge now returns good hashes
we calc the latestEnvelopeTimestamp and use for disappearAfterRead
|
1 year ago |
William Grant
|
bb6e09de0a
|
feat: cleaned up wip logs
|
2 years ago |
William Grant
|
ef50a9f7a5
|
fix: remove unneeded Boolean cast
|
2 years ago |
William Grant
|
73cceab31f
|
refactor: getDisappearingUnreadByConversation
to getUnreadDisappearingByConversation since reading causes disappearing
|
2 years ago |
William Grant
|
12a29f718a
|
feat: updateExpireTimer arg shouldCommitMessage
when testing we dont want to commit the timer update message
|
2 years ago |
William Grant
|
27a634b268
|
feat: updateExpireTimer now returns success
we use this to decide on commiting updates from sync messages to the db
|
2 years ago |
William Grant
|
674cda3278
|
fix: sync legacy mode in single mode before V2
for NTS and closed groups we want to set the expirationMode to legacy
|
2 years ago |
William Grant
|
777584945d
|
refactor: replaced get expireTimer calls
with getExpireTimer
|
2 years ago |
William Grant
|
ebaedb2e4c
|
feat: created getters in message model
replaced all expirationType calls with getExpirationType
|
2 years ago |
William Grant
|
f31e157c12
|
refactor: replaced get expireTimer calls
with getExpireTimer
|
2 years ago |
William Grant
|
3ed041c4a5
|
feat: created getters on convo model
replaced all expirationMode calls
|
2 years ago |
William Grant
|
38a8012e10
|
refactor: providedexpirationtype to provideddisappearingmode
|
2 years ago |
William Grant
|
515805b94d
|
fix: messages are no longer randomly deleted
forgot to expire only unread disappearing messages and not all messages
|
2 years ago |
William Grant
|
250e3d0238
|
refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
|
2 years ago |
William Grant
|
958f64e27f
|
feat: get_expiries implementation done
now just need to make sure to call both endpoints in the correct places
|
2 years ago |
William Grant
|
f045562a33
|
fix: use updateExpireTimer for UserProfile
before we were setting the convo values directly
|
2 years ago |
William Grant
|
c33eef0162
|
fix: sync messages now expire in 1on1s
fromConfig has been removed from updateExpireTimer
|
2 years ago |
William Grant
|
50f144a8c3
|
fix: improved logging
made some progress with fixing things but other things broke
|
2 years ago |
William Grant
|
bb6eb3e84e
|
feat: fixed 1-1s and added more logging
|
2 years ago |
William Grant
|
d923a0d611
|
feat: closed groups state now starts correctly
|
2 years ago |
William Grant
|
b1bbcd1a38
|
fix: cleanup legacy groups
|
2 years ago |
William Grant
|
b14d05e0b2
|
feat: fix missing update for private conversations
|
2 years ago |
William Grant
|
deceae4119
|
feat: disappearing messages setting now sync correctly in user config
we also load the visible control message, added back a lot of WIP logging while we are testing
|
2 years ago |
William Grant
|
cc63887273
|
fix: remove final instances of legacy type not in UI
fixed closed groups being deleteAfterSend incorrectly
|
2 years ago |
William Grant
|
37676e5666
|
fix: making progress with group migration
still getting overriden on render
|
2 years ago |
William Grant
|
43276b069e
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
84deed19f9
|
feat: add block msg requests from sogs
|
2 years ago |
William Grant
|
d794b0a0d4
|
fix: comment out user config disappearing messages stuff for now
|
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 |
Audric Ackermann
|
5d2d901aa0
|
Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage
|
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
|
0fa58a5654
|
chore: fix compilation issues after conflicts resolution
|
2 years ago |