Skip to content

Commit 3e4d01f

Browse files
committed
chore: allow access expiry to be removed
1 parent 6d3e99f commit 3e4d01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": "index.js",
33
"name": "libsession_util_nodejs",
44
"description": "Wrappers for the Session Util Library",
5-
"version": "0.6.6",
5+
"version": "0.6.7",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",

types/user/userconfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare module 'libsession_util_nodejs' {
4343
removeProConfig: () => boolean;
4444

4545
setAnimatedAvatar: (enabled: boolean) => void;
46-
setProAccessExpiry: (expiryTsMs: number) => void;
46+
setProAccessExpiry: (expiryTsMs: number | null) => void;
4747
setProBadge: (enabled: boolean) => void;
4848
/**
4949
*

0 commit comments

Comments
 (0)