William Grant
|
778f575bb6
|
fix: pass yarn ready
|
2 years ago |
William Grant
|
42924b0c54
|
fix: use storage put instead of data methods so that we can track in redux
added a fix in OverlayDisappearingMessages so when v2 turns on an and the app is running a migration occurs
|
2 years ago |
William Grant
|
ec3f62d12f
|
fix: updated child types from PropsExpiringMessges
use type and the ampersand operator instead of the interface with extends for better consistency with the rest of the code base
|
2 years ago |
William Grant
|
f9c9702d12
|
fix: clean disable-next-line on handleMessageSentSuccess
|
2 years ago |
William Grant
|
90e29c7b74
|
fix: updated groupId comment for future work
|
2 years ago |
William Grant
|
b3297ab816
|
fix: remove isFinite comment
|
2 years ago |
William Grant
|
dde244d719
|
fix: improved comment explaining how seen messages are expired
|
2 years ago |
William Grant
|
c33e471bfc
|
fix: in clearinbox check in memory for conversation instead of db lookup
this is more performent
|
2 years ago |
William Grant
|
ab04e9bd17
|
fix: updated comment for when to remove legacy code
|
2 years ago |
William Grant
|
cfcf400ecf
|
fix: cleaned up WIP logging and used the window log debug function where appropriate
|
2 years ago |
William Grant
|
4c64997607
|
fix: log but continue if there are errors while clearing out sogs inboxes
|
2 years ago |
William Grant
|
c1c380ba9d
|
fix: remove unecessary any type from TimerOptions
|
2 years ago |
William Grant
|
dadc93bfda
|
fix: remove unecessary useCallback for feature releaser
|
2 years ago |
William Grant
|
1d6f200d50
|
fix: pass yarn ready
|
2 years ago |
William Grant
|
6cf2c0b0df
|
feat: made sure to clear attachment properties after deletion
confirmed everything works through testing
|
2 years ago |
William Grant
|
386997f233
|
feat: made progress on attachment deletions but can confirm 100%
|
2 years ago |
William Grant
|
462f96341e
|
fix: iterate allRoominfos map correctly
testing complete
|
2 years ago |
William Grant
|
19025cd7e0
|
feat: abstracted getAllValidOpenGroupV2ConversationRoomInfos function and handled the response correctly
just need to do testing
|
2 years ago |
William Grant
|
db00ed8827
|
feat: added delete option to inbox request in sogs, linked with delete account modal
still needs testing and handling the response see TODO CONTINUE
|
2 years ago |
William Grant
|
647e542128
|
feat: add comments after run through
|
2 years ago |
William Grant
|
f68fbb05f9
|
fix: resolve turning off disappearing messages empty messages in most cases
still requires more tweaking
|
2 years ago |
William Grant
|
1de21ea8c0
|
feat: only show banner after v2 is released
|
2 years ago |
William Grant
|
a50ea95bf3
|
fix: fixed timer alignment once and for all
|
2 years ago |
William Grant
|
162e66876e
|
feat: added single mode view for closed groups and note to self
|
2 years ago |
William Grant
|
f3f83505e0
|
fix: duplicate copy
|
2 years ago |
William Grant
|
afaaedac3e
|
feat: added proper note to self support
note to self is always delete after send
|
2 years ago |
William Grant
|
a928aeb76c
|
feat: improvements to the disabled state and group non-admins settings
separated components in OverlayDisappearingMessages
|
2 years ago |
William Grant
|
92282a5d95
|
feat: verify disappearing messages arent supported in communities
|
2 years ago |
William Grant
|
7d9945911c
|
fix: expire all outbound disapparing messages as soon as they are sent to match other platforms
|
2 years ago |
William Grant
|
157ec74cc1
|
feat: improved conversation header title
|
2 years ago |
William Grant
|
a1e956b3a9
|
feat: made the conversation header subititle into its own component
|
2 years ago |
William Grant
|
2e6acb1f59
|
feat: only use timer svg for disappearing message
|
2 years ago |
William Grant
|
2221d81a23
|
fix: reverted setToExpire timer,
fixed incorrect expirationLength value in getPropsForExpiringMessage
|
2 years ago |
William Grant
|
64ce39398b
|
feat: conversationHeaderTitle is now keyboard accessible
SessionIconButton is now keyboard accessible if a tabIndex is set to > -1
|
2 years ago |
William Grant
|
6a38e09f4f
|
feat: moved setToExpire calls to the correct locations within the message pipeline depending on the expirationType of a message model
|
2 years ago |
William Grant
|
46ab397a0f
|
fix: read receipt messages now show expireTimer correctly
|
2 years ago |
William Grant
|
5398f45a26
|
fix: typing animation alignment
|
2 years ago |
William Grant
|
029f65280d
|
fix: signature verification now works with updated method for extend and shorten
|
2 years ago |
William Grant
|
4d0900844b
|
fix: adding shorten and extend to expire rpc endpoint
|
2 years ago |
William Grant
|
b6c3edbac4
|
fix: pass yarn ready
|
2 years ago |
William Grant
|
e5ecff7ec3
|
fix: fixed legacy disappearing messages on call notifications and others
|
2 years ago |
William Grant
|
f7e5719eac
|
feat: reverted bak to stage 1
|
2 years ago |
William Grant
|
ceeb9b790a
|
fix: finally got all the test cases to pass!
removed misMatchedMessage and replaced with shouldDisappearButIsntMessage which is a more explicit check
|
2 years ago |
William Grant
|
8dc7d48c52
|
feat: renamed isLegacyMessage to isLegacyDataMessage
all works except modern to modern stage 2
|
2 years ago |
William Grant
|
89c70760a5
|
fix: refactor and works for all legacy test cases, modern to modern is broken
|
2 years ago |
William Grant
|
6dd340ca6c
|
feat: handle legacy disappearing messages more gracefully due to protobuf issues
added utility function for checking for undefined properties on a protobuf, renamed expireTimer to expirationTimer in some places
|
2 years ago |
William Grant
|
4c4bc045d7
|
fix: renamed ExpirationType enum value LEGACY to UNKNOWN
|
2 years ago |
William Grant
|
2338058b3e
|
fix: make sure expirationType and expireTimer are defined after v2 is released
|
2 years ago |
William Grant
|
61b91e2485
|
fix: make sure migration triggers with the correct date for current development
|
2 years ago |
William Grant
|
df40ff8855
|
feat: added legacy to the ExpirationType enum in the protobuf and updated support
the desktop protobuf implementation doesnt support undefined for optional enum values this is a known bug.
|
2 years ago |