mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Default prop for whoIsTypingLimit
This commit is contained in:
parent
9a360a48d2
commit
4186a769ca
@ -79,6 +79,12 @@ module.exports = React.createClass({
|
||||
onVisible: React.PropTypes.func,
|
||||
},
|
||||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
whoIsTypingLimit: 2,
|
||||
};
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
syncState: MatrixClientPeg.get().getSyncState(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user