github.com/cs3org/reva/v2@v2.27.7/changelog/2.1.0_2022-03-29/send-events-only-if-ok.md (about)

     1  Bugfix: send events only if response code is `OK`
     2  
     3  Before events middleware was sending events also when the resulting status code was not `OK`. This is clearly a bug.
     4  
     5  https://github.com/cs3org/reva/pull/2621