We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
turms/turms-service/src/main/java/im/turms/service/domain/message/service/MessageService.java
Line 1285 in f577567
clone message deliveryDate need update, the Validator.pastOrPresent(deliveryDate, "deliveryDate"); after will error
The text was updated successfully, but these errors were encountered:
Fix the delivery date of forwarded messages should be the server time #…
4d52252
…1591 + Return an error instead of ok if the message for forwarding was not found
c8fe185
Thanks for reporting this bug! The latest docker images and code of turms servers contain the bugfix, and you can pull them currently.
Sorry, something went wrong.
No branches or pull requests
turms/turms-service/src/main/java/im/turms/service/domain/message/service/MessageService.java
Line 1285 in f577567
clone message deliveryDate need update,
the Validator.pastOrPresent(deliveryDate, "deliveryDate"); after will error
The text was updated successfully, but these errors were encountered: