mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Standards
This commit is contained in:
parent
5d6eb4670a
commit
6a19639ac2
2 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ class Processor
|
||||||
|
|
||||||
if (!empty($activity['context'])) {
|
if (!empty($activity['context'])) {
|
||||||
$item['conversation'] = $activity['context'];
|
$item['conversation'] = $activity['context'];
|
||||||
} elseif(!empty($activity['conversation'])) {
|
} elseif (!empty($activity['conversation'])) {
|
||||||
$item['conversation'] = $activity['conversation'];
|
$item['conversation'] = $activity['conversation'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ class Queue
|
||||||
|
|
||||||
if (!empty($activity['context'])) {
|
if (!empty($activity['context'])) {
|
||||||
$fields['conversation'] = $activity['context'];
|
$fields['conversation'] = $activity['context'];
|
||||||
} elseif(!empty($activity['conversation'])) {
|
} elseif (!empty($activity['conversation'])) {
|
||||||
$fields['conversation'] = $activity['conversation'];
|
$fields['conversation'] = $activity['conversation'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue