Implement new delete for channel delete to record delete event in elasticsearch
0/1
thread resolved
changed milestone to %Misc. Q4 2019
added scoped label
added 1 commit
- 53e1f9cb - (fix): remove 'phpspec' as pagingStateToken in tests
added 1 commit
- 80522e2f - (feat): add new MetricsDelegate that pushes the new delete analytics event
132 138 if (!$done) { 133 139 throw new \Exception("{$delegateClassName} deletion failed for {$userGuid}"); 134 140 } 141 142 $this->metricsDelegate->onDelete($this->user); - Owner
This is going to lots of entries because its in the foreach? Should it not be below with the logout delegate?
added scoped label