While sharing content is good, perhaps for future posts a digital source discussing the same news story could be linked-to instead?
You also don’t seem to be marking the language of your posts before submitting them, though that’s more understandable given that most Lemmy frontends don’t seem to be developed with multilingual posting in mind.
If anyone else wanted to filter out non-English posts from their All feed, post URL regex filters seem to work well (though depends on Lemmy frontend support).
For this community, the syria\.tv and (?<!english\.)enabbaladi\.net filters worked for me.
In regex, the \ character removes any special meaning from the character after it (. is a regex wildcard character), while ?<!english\. ensures that any enabbaladi.net post URL with ‘english.’ at the start (i.e. an English language article) is not caught by a simple enabbaladi\.net filter.
These images are shared on the Telegram group for Syria TV, but not on their website. I am not sure that would be allowed on the community. I may add a link in a comment or in the body of the post for future news.
I specify the language of all my posts to this community. I thought it wasn’t implemented on Lemmy. Maybe it’s a federation problem between MBin and Lemmy?
While sharing content is good, perhaps for future posts a digital source discussing the same news story could be linked-to instead?
You also don’t seem to be marking the language of your posts before submitting them, though that’s more understandable given that most Lemmy frontends don’t seem to be developed with multilingual posting in mind.
If anyone else wanted to filter out non-English posts from their All feed, post URL regex filters seem to work well (though depends on Lemmy frontend support).
For this community, the
syria\.tv
and(?<!english\.)enabbaladi\.net
filters worked for me.In regex, the \ character removes any special meaning from the character after it (. is a regex wildcard character), while
?<!english\.
ensures that any enabbaladi.net post URL with ‘english.’ at the start (i.e. an English language article) is not caught by a simpleenabbaladi\.net
filter.These images are shared on the Telegram group for Syria TV, but not on their website. I am not sure that would be allowed on the community. I may add a link in a comment or in the body of the post for future news.
I specify the language of all my posts to this community. I thought it wasn’t implemented on Lemmy. Maybe it’s a federation problem between MBin and Lemmy?