@@ -28,13 +28,6 @@ declare module 'libsession_util_nodejs' {
2828 setReuploadProfilePic : ( pic : ProfilePicture ) => void ;
2929
3030 getProfileUpdatedSeconds : ( ) => number ;
31- /**
32- * Returns the profile picture url and key merged as a url fragment, or null if not set.
33- * So this could return something like
34- * `http://filev2.getsession.org/file/1234#ba7e23ef3d4dc54b706d79c149ec571a4d64043e13771236afc030f6c8118575`
35- *
36- */
37- getProfilePicWithKeyHex : ( ) => string | undefined ;
3831
3932 setEnableBlindedMsgRequest : ( msgRequest : boolean ) => void ;
4033 getEnableBlindedMsgRequest : ( ) => boolean | undefined ;
@@ -61,7 +54,6 @@ declare module 'libsession_util_nodejs' {
6154 public setNewProfilePic : UserConfigWrapper [ 'setNewProfilePic' ] ;
6255 public setReuploadProfilePic : UserConfigWrapper [ 'setReuploadProfilePic' ] ;
6356 public getProfileUpdatedSeconds : UserConfigWrapper [ 'getProfileUpdatedSeconds' ] ;
64- public getProfilePicWithKeyHex : UserConfigWrapper [ 'getProfilePicWithKeyHex' ] ;
6557 public getEnableBlindedMsgRequest : UserConfigWrapper [ 'getEnableBlindedMsgRequest' ] ;
6658 public setEnableBlindedMsgRequest : UserConfigWrapper [ 'setEnableBlindedMsgRequest' ] ;
6759 public getNoteToSelfExpiry : UserConfigWrapper [ 'getNoteToSelfExpiry' ] ;
@@ -85,7 +77,6 @@ declare module 'libsession_util_nodejs' {
8577 | MakeActionCall < UserConfigWrapper , 'setNewProfilePic' >
8678 | MakeActionCall < UserConfigWrapper , 'setReuploadProfilePic' >
8779 | MakeActionCall < UserConfigWrapper , 'getProfileUpdatedSeconds' >
88- | MakeActionCall < UserConfigWrapper , 'getProfilePicWithKeyHex' >
8980 | MakeActionCall < UserConfigWrapper , 'getEnableBlindedMsgRequest' >
9081 | MakeActionCall < UserConfigWrapper , 'setEnableBlindedMsgRequest' >
9182 | MakeActionCall < UserConfigWrapper , 'getNoteToSelfExpiry' >
0 commit comments