File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,14 @@ declare module 'libsession_util_nodejs' {
2222 export type DisappearingMessageConversationModeType =
2323 | 'off'
2424 | 'deleteAfterRead'
25- | 'deleteAfterSend'
26- // TODO legacy messages support will be removed in a future release
27- | 'legacy' ;
25+ | 'deleteAfterSend' ;
2826
2927 type ContactInfoShared = WithPriority & {
3028 id : string ;
3129 name ?: string ;
3230 nickname ?: string ;
3331 profilePicture ?: ProfilePicture ;
34- createdAtSeconds : number ; // can only be set the first time a contact is created, a new change won't overide the value in the wrapper.
32+ createdAtSeconds : number ; // can only be set the first time a contact is created, a new change won't override the value in the wrapper.
3533 expirationMode ?: DisappearingMessageConversationModeType ;
3634 expirationTimerSeconds ?: number ;
3735 } ;
You can’t perform that action at this time.
0 commit comments