Hypolite Petovan
Hypolite Petovan
I would be interested in this feature as well. Typically, it would take the form of an `autolink` boolean flag on the `MarkdownExtra` class that enables/disables autolinking URLs **in paragraphs**....
I can confirm this behavior with the Markdown text `**; )**` that doesn't get transformed into `; )`. Other unsuccessful tries: - `** ;)**` - `**;) **` Successful try: -...
+1 for this feature. I like being able to notice someone I liked their comment without having to add a comment myself if I don't have anything meaningful to add...
Very much so, I'm afraid: http://joinmastodon.org/ns
Thank you for the answer, the problem is that if the 5-to-6 upgrade failed, it's possible the 6-to-5 downgrade will fail as well depending on the state of the database....
SQL file metadata would be fine with me, currently the exception message only indicates to run the command with `--force` but it doesn't say this particular migration will be skipped.
I do. In the `Migration->migrate()` method, after the file name has been retrieved with `Migration->getMigrationSql()`, the file can be parsed for a description, and passed to `Migration->callable_progress` along the current...
Friendica-generated Mastodon API status for https://social.wake.st/@liaizon/107381863055306167 : ```json { "id": "97347", "created_at": "2021-12-03T07:39:57.000Z", "in_reply_to_id": null, "in_reply_to_account_id": null, "sensitive": false, "spoiler_text": "", "visibility": "public", "language": "en", "uri": "https://social.wake.st/users/liaizon/statuses/107381863055306167", "url": "https://social.wake.st/@liaizon/107381863055306167", "replies_count":...
Result: ```json { "id": "107381863055306167", "created_at": "2021-12-03T07:39:57.500Z", "in_reply_to_id": null, "in_reply_to_account_id": null, "sensitive": false, "spoiler_text": "", "visibility": "public", "language": "en", "uri": "https://social.wake.st/users/liaizon/statuses/107381863055306167", "url": "https://social.wake.st/@liaizon/107381863055306167", "replies_count": 1, "reblogs_count": 1, "favourites_count": 5, "content":...
Here are the possibly relevant discrepancies I found side-by-side: - `content` is plaintext in Friendica, but neither of them have a reference to the picture. - in the `media_attachments`: -...