Skip to content

Commit

Permalink
Обновил ссылку в посте на последний релиз
Browse files Browse the repository at this point in the history
  • Loading branch information
saber-nyan authored Jul 1, 2020
1 parent 107ec12 commit efcd819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImagePoster4DTF/DtfClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public async Task<JObject> SaveDraft(string title, int userId, bool watermark,
initialData[$"entry[entry][blocks][{i}][type]"] = "text";
initialData[$"entry[entry][blocks][{i}][cover]"] = "false";
initialData[$"entry[entry][blocks][{i}][data][text]"] =
"<p>Пост сделан через <a href=\"https://github.com/saber-nyan/ImagePoster4DTF/releases/tag/v1.0.1.0?ref=dtf.ru\"" +
"<p>Пост сделан через <a href=\"https://github.com/saber-nyan/ImagePoster4DTF/releases?ref=dtf.ru\"" +
" target=\"_blank\">ImagePoster4DTF</a> при поддержке <a href=\"https://dtf.ru/u/69160-saber-nyan\"" +
" target=\"_blank\">saber-nyan</a> и <a href=\"https://dtf.ru/u/132253-knightmare\" target=\"_blank\">Knightmare</a>.</p>";
initialData[$"entry[entry][blocks][{i}][data][format]"] = "html";
Expand Down

0 comments on commit efcd819

Please sign in to comment.