do not show local searches in monitor

pull/4/head
Zlatin Balevsky 2019-06-01 13:48:12 +01:00
parent 1996681677
commit 9d75550b6f
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ class MainFrameModel {
}
void onQueryEvent(QueryEvent e) {
if (e.replyTo == core.me.destination)
return
StringBuilder sb = new StringBuilder()
e.searchEvent.searchTerms?.each {
sb.append(it)