tobi
tobi
This is likely caused by https://github.com/superseriousbusiness/gotosocial/issues/2474. We have a fix in the works for next release :)
Oh okay that's weird, probably just some missing config code. To work around this in the meantime, try setting those variables into a config.yaml file and mount it into your...
Ah, the link existing thing reminds me of something someone was saying in the help channel a while ago. I think that's a separate issue. We need to clarify how...
Some logs would be really useful here, specifically, any logs that are shown on your instance and on hers when a message fails to be received. Without logs it's pretty...
Isn't polymath a gts instance? I don't think https://github.com/superseriousbusiness/gotosocial/issues/2327 is relevant there. Anyways, we still can't do much to debug this without any logs or anything. Do you see anything...
Is this still a problem or can I close the issue? I haven't seen anyone else mentioning it so just wanted to check.
I've added this to the OAuth improvements issue.
You can already include many html elements in markdown posts :) For example, with your post type set to markdown, you can post the following: ```markdown Here's some HTML inside...
> I’d like to have a pure HTML posting mode Have you tried posting a pure HTML document in markdown mode? Could you give an example of what you would...
I entered in the compose box: ```html *foo* ``` It rendered to: ```html *foo* ```