Merge pull request #6969 from MrPetovan/task/router

Add rule-based router
This commit is contained in:
Philipp 2019-04-06 11:00:00 +02:00 committed by GitHub
commit f69d73b5ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 228 additions and 78 deletions

View file

@ -37,7 +37,6 @@ class Itemsource extends \Friendica\BaseModule
$conversation = Model\Conversation::getByItemUri($item['uri']);
$guid = $item['guid'];
$item_id = $item['id'];
$item_uri = $item['uri'];
$source = $conversation['source'];