Skip to content

Commit

Permalink
Add todo for techdebt
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 27, 2022
1 parent 9760e04 commit f88a99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Listener/TalkIntegrationListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function handle(Event $event): void {
return;
}

// FIXME use this once Nextcloud 25 is the supported minimum
// if ($event->getResponse()->getApp() !== 'spreed') {
$params = $event->getResponse()->getParams();
if (!isset($params['app']) || $params['app'] !== 'spreed') {
return;
Expand Down

0 comments on commit f88a99f

Please sign in to comment.