Skip to content

Commit

Permalink
Re-disable image
Browse files Browse the repository at this point in the history
Something still isn't working with the LI image posting.
  • Loading branch information
jonthegeek authored Nov 18, 2024
1 parent 169cde2 commit 00c4e37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions runner-li.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ li_post <- li_base |>
targetEntities = list(),
thirdPartyDistributionChannels = list()
),
content = list(
media = list(
#content = list(
# media = list(
# id = "urn:li:image:D5622AQEHKFmWxhSlJQ", # Owned by Jon
id = "urn:li:image:D562CAQEXGJZvRPNQEQ", # Owned by Lydia
altText = alt_text
)
),
# id = "urn:li:image:D562CAQEXGJZvRPNQEQ", # Owned by Lydia
# altText = alt_text
# )
#),
lifecycleState = "PUBLISHED",
isReshareDisabledByAuthor = FALSE
)
Expand Down

0 comments on commit 00c4e37

Please sign in to comment.