call method on the right object
This commit is contained in:
parent
547e20df88
commit
c509b5cde0
@ -36,7 +36,7 @@ class Matrix extends Adapter
|
|||||||
|
|
||||||
topic: (envelope, strings...) ->
|
topic: (envelope, strings...) ->
|
||||||
for str in strings
|
for str in strings
|
||||||
@sendEvent envelope.room, "m.room.topic", {
|
@client.sendEvent envelope.room, "m.room.topic", {
|
||||||
topic: str
|
topic: str
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user