Small comment.
This commit is contained in:
parent
b9b73de839
commit
9f6d25ab45
@ -29,6 +29,7 @@ const intlMessages = defineMessages({
|
|||||||
|
|
||||||
class ChatContainer extends Component {
|
class ChatContainer extends Component {
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
|
// in case of reopening a chat, need to make sure it's removed from closed list
|
||||||
ChatService.removeFromClosedChatsSession(this.props.chatID);
|
ChatService.removeFromClosedChatsSession(this.props.chatID);
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user