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

[stable18] Fix memory leak in message list #4149

Merged
merged 2 commits into from
Sep 15, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #4139

This will be needed to unsubscribe the handlers, as it was not possible
to refer to the arrow functions from other parts of the code.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This fixes a memory leak of the message list as well as any other
component that the message list is part of (like the chat view due to
the parent component reference of Vue).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@nickvergessen nickvergessen merged commit c58dfa7 into stable18 Sep 15, 2020
@nickvergessen nickvergessen deleted the backport/4139/stable18 branch September 15, 2020 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature: chat 💬 Chat and system messages feature: frontend 🖌️ "Web UI" client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants