move detection code to nheko namespace and fix a few other bugs
This commit is contained in:
parent
eb13f7c169
commit
06e12a0a16
6 changed files with 80 additions and 114 deletions
|
|
@ -829,7 +829,7 @@ TimelineModel::forwardMessage(QString eventId, QString roomId)
|
|||
if (!e)
|
||||
return;
|
||||
|
||||
emit forwardToRoom(e, roomId, cache::isRoomEncrypted(room_id_.toStdString()));
|
||||
emit forwardToRoom(e, roomId);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue