William Grant
|
b601c11871
|
fix: reverted code and updated comment on readReceipts pending qa
|
2 years ago |
William Grant
|
df27fa1b82
|
fix: cleanup comments
|
2 years ago |
William Grant
|
5d4238a3d8
|
feat: created getMessageExpirationProps selector and used in ExpirableReadableMessage
this stops us passing props down from the child components of ExpirableReadableMessage
|
2 years ago |
William Grant
|
dd40fba132
|
fix: remove panel-settings panel mode since it is not needed
|
2 years ago |
William Grant
|
a10822bc74
|
feat: improved robustness of changing the conversation header subtitle
the previous logic relied on the length of the subtitles array which didn't account for when it changed depending on the conversation we were on
|
2 years ago |
William Grant
|
a1a3d68e45
|
feat: added data test ids
|
2 years ago |
William Grant
|
8c345cede0
|
fix: added onclick function to subtitle
fixed opening correct settings option depending on header option displayed
|
2 years ago |
William Grant
|
96ae50869f
|
feat: added PropsForExpirationSettings type
|
2 years ago |
William Grant
|
9a7a8903b8
|
feat: comment out development timer options
|
2 years ago |
William Grant
|
c6cd3671de
|
fix: run expireUpdate handler on all messages and just return the model if there are no changes
|
2 years ago |
William Grant
|
a9f4cd3d1c
|
fix: updated disappearing messages protobuf content values
this prevents a clash with the userconfig properties to be merged in later
|
2 years ago |
William Grant
|
d4d5b6c86b
|
fix: improved disk deletion handling and pass yarn ready
need to use await with the pathExists function and cleaned up code into a handler function
|
2 years ago |
William Grant
|
ecd4b53e84
|
Merge branch 'pr_fixes' into disappearing_messages
|
2 years ago |
William Grant
|
c759eed0d8
|
fix: check if path exists for deleted attachment instead of trying to read that data
this is more performant since it should be deleted
|
2 years ago |
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 |