Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix event type which room-account settings were read from
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jun 22, 2018
1 parent d4f9fec commit d1600bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/handlers/RoomAccountSettingsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class RoomAccountSettingsHandler extends SettingsHandler {
return cli !== undefined && cli !== null;
}

_getSettings(roomId, eventType = "im.vector.settings") {
_getSettings(roomId, eventType = "im.vector.web.settings") {
const room = MatrixClientPeg.get().getRoom(roomId);
if (!room) return null;

Expand Down

0 comments on commit d1600bd

Please sign in to comment.