-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix: Message.pin
and Message.unpin
#3319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Message.pin
and Message.unpin
for WWeb version >2.3000.0Message.pin
and Message.unpin
This comment was marked as outdated.
This comment was marked as outdated.
It doesn’t work now either. I tried it. It must be strongly typed like pin(duration: 86400 | 604800 | 2592000) |
@yusifaliyevpro |
I will try again and feedback |
I tested it. Finally it works as expected. Thanks for your quick repsonse |
Are there an expected timeline for when this PR will be merged? |
Any update? |
PR Details
Fix for the
Message.pin
andMessage.unpin
functions in WWeb version >2.3000.0.Description
After the WWeb was updated to >2.3000.0,
Message.pin
andMessage.unpin
functions became non-working.The PR fixes these functions.
How Has This Been Tested
You can try the fix by running one of the following commands:
Types of changes
Checklist