Thank you for the update luceos
We run into a small problem after updating, public discussions cannot be started anymore. A discussion can only be started when recipients are selected..
I reported the bug on Github flagrow/byobu40
Thank you for the update luceos
We run into a small problem after updating, public discussions cannot be started anymore. A discussion can only be started when recipients are selected..
I reported the bug on Github flagrow/byobu40
ajvdeutekom and others
Tagged 0.1.0-beta.20
Update using
composer update flagrow/byobu --prefer-dist --no-dev -o
php flarum cache:clear
Or use bazaar.
Please update immediately.
ajvdeutekom thank you so much for reporting this issue. Can't understand why you're the only one ?
luceos Thank you for you swift response ?? and the great extensions you wrote ?
I am getting
POST http://flarum.loc/api/discussions
{
"errors": [
{
"status": "404",
"code": "resource_not_found"
}
]
}
when I specify a recipient.
And discussion is created normally if I don't specify a recipient.
@luceos what is wrong with my extension? How can I fix this?
YaarBaturalpArtar you need to clear the cache to reload the translations I guess. Also check Cloudflare cache if you use it.
YaarBaturalpArtar I get this when I install extensions. Eventually, your (shared?) server will refresh and everything will look normal. It seems to take 1-2 days for me.
Cleaning up the browser cache doesn't help in my case. This is something on the server even after I clear cache there too with
php flarum migrate
php flarum cache:clear
I have an issue when trying to designate one recipient: I get this, see the image below please.
is it because of this missing code @luceos ?
"prefer-stable": true,
"minimum-stability": "beta"
Here is what the bottom code of my composer.json looks like, so I don't think that's the issue.
[redacted]
Tagged 0.1.0-beta.21 which fixes the issue that the current user is not added to the recipients by default.
Thanks for your reports!
bikepost Yes its shared, ok then thanks.
This may be a dumb couple of questions but I've never let that stop me before. Do these discussions appear in the main discussion list, there's no separate 'area' to access them and will this create a private discussion 'tag' on the side to access them?
Do these discussions appear in the main discussion list,
Only for the recipients.
there's no separate 'area' to access them and
Search with is:private
to find all private discussions you have access to.
will this create a private discussion 'tag' on the side to access them?
Nope, but you can create a link to a page that filters by is:private ?