Commit 7083e5a7 authored by Randall Leeds's avatar Randall Leeds

Fix parameters to user filter in highlight mode

parent 141615c5
......@@ -184,7 +184,7 @@ class ViewerController
streamfilter.resetFilter().addClause('/uri', 'one_of', loaded)
if auth.user and annotator.tool is 'highlight'
streamfilter.addClause('/user', auth.user)
streamfilter.addClause('/user', 'equals', auth.user)
streamer.send({filter: streamfilter.getFilter()})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment