I basically mistakenly assumed that the exclusions...
# spicedb
f
I basically mistakenly assumed that the exclusions specified in
write
would cascade down into
view_reference_write
and somehow take priority. That's mistaken. So then I tried to inline the
write
into
view_inline_write
and was then further suprised to find the
-
operator also exclude the `viewer`s to the right of the
-
, if that makes sense