You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
fix docs parser error
This commit is contained in:
@@ -868,7 +868,7 @@ Room.prototype.getCanonicalAlias = function() {
|
||||
|
||||
/**
|
||||
* Get this room's alternative aliases
|
||||
* @return {[string]} The room's alternative aliases, or an empty array
|
||||
* @return {array} The room's alternative aliases, or an empty array
|
||||
*/
|
||||
Room.prototype.getAltAliases = function() {
|
||||
const canonicalAlias = this.currentState.getStateEvents("m.room.canonical_alias", "");
|
||||
|
||||
Reference in New Issue
Block a user