We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de7773 commit f3903bdCopy full SHA for f3903bd
src/message/messagesReducer.js
@@ -269,10 +269,7 @@ export default (
269
return oldMessage;
270
}
271
272
- // FlowIssue: https://github.com/facebook/flow/issues/8833
273
- // The cast `: 'stream'` is silly but harmless, and works
274
- // around a Flow issue which causes an error.
275
- if (oldMessage.type !== ('stream': 'stream')) {
+ if (oldMessage.type !== 'stream') {
276
logging.warn('messagesReducer: got update_message with stream/topic move on PM');
277
278
0 commit comments