Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
5724da07
Unverified
Commit
5724da07
authored
2 years ago
by
Eugen Rochko
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix language not being saved when editing status (#19543)
Fix #19542
parent
3b024c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/controllers/api/v1/statuses_controller.rb
+1
-0
app/controllers/api/v1/statuses_controller.rb
with
1 addition
and
0 deletions
+1
-0
app/controllers/api/v1/statuses_controller.rb
+
1
-
0
View file @
5724da07
...
...
@@ -65,6 +65,7 @@ class Api::V1::StatusesController < Api::BaseController
text:
status_params
[
:status
],
media_ids:
status_params
[
:media_ids
],
sensitive:
status_params
[
:sensitive
],
language:
status_params
[
:language
],
spoiler_text:
status_params
[
:spoiler_text
],
poll:
status_params
[
:poll
]
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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