File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
"main" : " index.js" ,
3
3
"name" : " libsession_util_nodejs" ,
4
4
"description" : " Wrappers for the Session Util Library" ,
5
- "version" : " 0.4.27 " ,
5
+ "version" : " 0.4.28 " ,
6
6
"license" : " GPL-3.0" ,
7
7
"author" : {
8
8
"name" : " Oxen Project" ,
Original file line number Diff line number Diff line change @@ -22,16 +22,14 @@ declare module 'libsession_util_nodejs' {
22
22
export type DisappearingMessageConversationModeType =
23
23
| 'off'
24
24
| 'deleteAfterRead'
25
- | 'deleteAfterSend'
26
- // TODO legacy messages support will be removed in a future release
27
- | 'legacy' ;
25
+ | 'deleteAfterSend' ;
28
26
29
27
type ContactInfoShared = WithPriority & {
30
28
id : string ;
31
29
name ?: string ;
32
30
nickname ?: string ;
33
31
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.
35
33
expirationMode ?: DisappearingMessageConversationModeType ;
36
34
expirationTimerSeconds ?: number ;
37
35
} ;
You can’t perform that action at this time.
0 commit comments