Skip to content

Commit

Permalink
update foreign id with remote post
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo Ozawa committed May 8, 2024
1 parent 2e79389 commit 3fa19e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/Classes/Services/PostHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ + (void)updatePost:(AbstractPost *)post withRemotePost:(RemotePost *)remotePost
publicizeMessage = [publicizeMessageDictionary stringForKey:@"value"];
publicizeMessageID = [publicizeMessageDictionary stringForKey:@"id"];
}
postPost.foreignID = remotePost.foreignID;
postPost.publicID = publicID;
postPost.publicizeMessage = publicizeMessage;
postPost.publicizeMessageID = publicizeMessageID;
Expand Down

0 comments on commit 3fa19e6

Please sign in to comment.