Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!721
Resolve "Handling subjects/spoiler_text/cw not working properly"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Handling subjects/spoiler_text/cw not working properly"
jaredr/pleroma-fe:470-toggle-subject-content
into
develop
Overview
5
Commits
4
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Jared Redford
requested to merge
jaredr/pleroma-fe:470-toggle-subject-content
into
develop
5 years ago
Overview
5
Commits
4
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#470 (closed)
0
0
Merge request reports
Viewing commit
487a194f
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
487a194f
#470 - handle cases without subject
· 487a194f
Jared Redford
authored
5 years ago
src/components/status/status.js
+
3
−
0
Options
@@ -253,6 +253,9 @@ const Status = {
return
this
.
$store
.
state
.
config
.
maxThumbnails
},
contentHtml
()
{
if
(
!
this
.
status
.
summary_html
)
{
return
this
.
status
.
statusnet_html
}
return
this
.
status
.
summary_html
+
'
<br />
'
+
this
.
status
.
statusnet_html
}
},
Loading