Wood For the Trees Issue. Missed a '/' out of the url for unpin!

This commit is contained in:
PhotonQyv 2017-09-13 18:04:56 +01:00
parent 58661f54a4
commit 4f3b2f9e5a
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ public class API {
action = String.format("/statuses/%s/pin", targetedId);
break;
case UNPIN:
action = String.format("statuses/%s/unpin", targetedId);
action = String.format("/statuses/%s/unpin", targetedId);
break;
case UNSTATUS:
action = String.format("/statuses/%s", targetedId);