We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1274f38 commit 8d662a2Copy full SHA for 8d662a2
src/components/appSearchSuper..ts
@@ -1282,7 +1282,7 @@ export default class AppSearchSuper {
1282
}
1283
1284
const query = this.searchContext.query;
1285
- if(query) {
+ if(query && !this.searchContext.peerId) {
1286
const addDialogSubtitle = async(dom: DialogDom, peerId: PeerId) => {
1287
const peer = await this.managers.appPeersManager.getPeer(peerId);
1288
if(peerId === rootScope.myId) {
0 commit comments