Skip to content
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

[FIX] updating a message from apps if keep history is on #14127

Closed
wants to merge 1 commit into from

Conversation

sampaiodiego
Copy link
Member

This is a fix for a release 0.74.4 that's why it is targeting master branch.

The issue is cloneAndSaveAsHistoryById is calling Meteor.userId() which will only work when invoked by a Meteor method. But Apps also update messages, so Meteor.userId() will fail.

@sampaiodiego
Copy link
Member Author

Closing as the fix is already included in latest stable

@sampaiodiego sampaiodiego deleted the fix-update-message-keep-history branch December 4, 2019 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants