do not show local searches in monitor

This commit is contained in:
Zlatin Balevsky
2019-06-01 13:48:12 +01:00
parent 1996681677
commit 9d75550b6f

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)