From: Michael Date: Wed, 11 Oct 2017 20:45:03 +0000 (+0000) Subject: We should take the event-id as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eeec1ea1635a54b8149a029d0b9e8f97269af087;p=friendica.git We should take the event-id as well --- diff --git a/include/conversation.php b/include/conversation.php index 184d8b9112..05c41e6d27 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -470,7 +470,7 @@ These Fields are not added below (yet). They are here to for bug search. `event`.`summary` AS `event-summary`,`event`.`desc` AS `event-desc`, `event`.`location` AS `event-location`, `event`.`type` AS `event-type`, `event`.`nofinish` AS `event-nofinish`,`event`.`adjust` AS `event-adjust`, - `event`.`ignore` AS `event-ignore`"; + `event`.`ignore` AS `event-ignore`, `event`.`id` AS `event-id`"; } /**