Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Plt 8299- updated removeEventEmmiters to addEE's so they work #702

Merged
merged 5 commits into from
Feb 2, 2018
Merged

Plt 8299- updated removeEventEmmiters to addEE's so they work #702

merged 5 commits into from
Feb 2, 2018

Conversation

stephenkiers
Copy link
Contributor

Summary

The removeEventEmitters were trying to remove different funcs than the adds. So they did nothing, causing a fringe case leak

Ticket Link

https://mattermost.atlassian.net/browse/PLT-8299

Checklist

  • Ran make check-style to check for style errors (required for all pull requests)

hideEditChannelHeaderModal = () => {
this.setState({showEditChannelHeaderModal: false});
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a duplicate function

Copy link
Contributor

@enahum enahum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@saturninoabril saturninoabril merged commit 8c7f189 into mattermost:master Feb 2, 2018
@amyblais amyblais added Changelog/Done Required changelog entry has been written Docs/Not Needed Does not require documentation labels Feb 2, 2018
@lindalumitchell lindalumitchell added the Tests/Not Needed Does not require new release tests label Feb 9, 2018
hmhealey added a commit that referenced this pull request Aug 28, 2020
* MM-12827 Populate emoji and file state from post metadata  (#689)

* MM-12827 Don't load custom emoji for posts with metadata

* MM-12827 Remove file and emoji metadata from stored posts

* MM-12827 Populate emoji state from post metadata

* MM-12827 Populate file state from post metadata

* Add types for post metadata

* Simplify getNeededCustomEmojis to only take an array and be clearer about skipping loading custom emojis

* Properly handle a null posts argument for getProfilesAndStatusesForPosts

* MM-12827 Populate reactions from post metadata (#691)

* MM-12874 Store OpenGraph metadata in correct part of store (#702)
hmhealey added a commit that referenced this pull request Mar 17, 2021
* MM-12827 Populate emoji and file state from post metadata  (#689)

* MM-12827 Don't load custom emoji for posts with metadata

* MM-12827 Remove file and emoji metadata from stored posts

* MM-12827 Populate emoji state from post metadata

* MM-12827 Populate file state from post metadata

* Add types for post metadata

* Simplify getNeededCustomEmojis to only take an array and be clearer about skipping loading custom emojis

* Properly handle a null posts argument for getProfilesAndStatusesForPosts

* MM-12827 Populate reactions from post metadata (#691)

* MM-12874 Store OpenGraph metadata in correct part of store (#702)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changelog/Done Required changelog entry has been written Docs/Not Needed Does not require documentation Tests/Not Needed Does not require new release tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants