Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
87ecc61f
Commit
87ecc61f
authored
Nov 28, 2020
by
Mario
Browse files
dismiss title in response activity
(cherry picked from commit
eb2ad3fc
) (cherry picked from commit
b89355b9
)
parent
0f6166da
Pipeline
#368077
passed with stages
in 4 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Lib/Activity.php
View file @
87ecc61f
...
...
@@ -2143,7 +2143,7 @@ class Activity {
if
(
!
$s
[
'edited'
])
$s
[
'edited'
]
=
$s
[
'created'
];
$s
[
'title'
]
=
self
::
bb_content
(
$content
,
'name'
);
$s
[
'title'
]
=
((
$response_activity
)
?
EMPTY_STR
:
self
::
bb_content
(
$content
,
'name'
)
)
;
$s
[
'summary'
]
=
self
::
bb_content
(
$content
,
'summary'
);
$s
[
'body'
]
=
((
self
::
bb_content
(
$content
,
'bbcode'
)
&&
(
!
$response_activity
))
?
self
::
bb_content
(
$content
,
'bbcode'
)
:
self
::
bb_content
(
$content
,
'content'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment