Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assignments_hootsuite
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
assignments_hootsuite
Merge requests
!8
Adjust variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adjust variable
issue/assignments_hootsuite-3450873:3450873-refactor-code
into
4.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Philippe von Bergen
requested to merge
issue/assignments_hootsuite-3450873:3450873-refactor-code
into
4.x
11 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#3450873
0
0
Merge request reports
Compare
4.x
version 1
ca939b1c
11 months ago
4.x (base)
and
latest version
latest version
8eb84a90
2 commits,
11 months ago
version 1
ca939b1c
1 commit,
11 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Service/HootsuitePostManager.php
+
1
−
1
Options
@@ -310,7 +310,7 @@ class HootsuitePostManager implements HootsuitePostManagerInterface {
'sizeBytes'
=>
filesize
(
$image
->
getFileUri
()),
];
$response
=
$this
->
hootsuiteClient
->
connect
(
'post'
,
$this
->
config
->
get
(
'url_post_media_endpoint'
),
NULL
,
$body
);
if
(
empty
(
$res
ult
))
{
if
(
empty
(
$res
ponse
))
{
return
FALSE
;
}
$data
=
Json
::
decode
(
$response
);
Loading