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
eb2ad3fc
Commit
eb2ad3fc
authored
Nov 28, 2020
by
Mario
Browse files
dismiss title in response activity
parent
2f1958d1
Pipeline
#367164
passed with stage
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Lib/Activity.php
View file @
eb2ad3fc
...
...
@@ -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'
));
...
...
Mario
@mario
mentioned in commit
b89355b9
·
Nov 28, 2020
mentioned in commit
b89355b9
mentioned in commit b89355b9d822da63d0588f1ee25f72b2358c82cc
Toggle commit list
Mario
@mario
mentioned in commit
87ecc61f
·
Dec 01, 2020
mentioned in commit
87ecc61f
mentioned in commit 87ecc61fb4f61eecbff1a33bf34d02a5d74eccce
Toggle commit list
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