Add /reset-state command
This commit is contained in:
parent
1dacf327e1
commit
b3221b09d6
7 changed files with 73 additions and 2 deletions
|
|
@ -617,6 +617,8 @@ InputBar::command(const QString &command, QString args)
|
|||
message(QStringLiteral("ノ┬─┬ノ ︵ ( \\o°o)\\"));
|
||||
} else if (command == QLatin1String("clear-timeline")) {
|
||||
room->clearTimeline();
|
||||
} else if (command == QLatin1String("reset-state")) {
|
||||
room->resetState();
|
||||
} else if (command == QLatin1String("rotate-megolm-session")) {
|
||||
cache::dropOutboundMegolmSession(room->roomId().toStdString());
|
||||
} else if (command == QLatin1String("md")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue