You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
we don't actually use state.room
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -48,8 +48,6 @@ const Quote = React.createClass({
|
|||||||
|
|
||||||
getInitialState() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
// The room related to this quote
|
|
||||||
room: null,
|
|
||||||
// The event related to this quote
|
// The event related to this quote
|
||||||
event: null,
|
event: null,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user