• Extensions
  • FriendsOfFlarum Byōbu, well integrated, advanced private discussions

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 Can't understand why you're the only one ?

      In my case, our forum is not public yet and our talks right now were in fact only in existing discussions.

      Thanks once more for your prompt reaction.

      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.

        sledov I'm getting the same. Posted the issue on Github.

          Yeah, I'm getting the same as 2 users above. You can even make private discussion with yourself, but anyone else provides us this error.

          sledov JRay
          Well, guys... We are stupid. xD You simply need to add yourself to discussion as well as the others... xD

            Veriael right, previously you were added per default. That might have been lost, I will look into this.

              luceos right, previously you were added per default

              Yeah I would expect to be added automatically if I'm the creator. Or at least a more descriptive error message.

              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]

                  bikepost no it's because you have to add yourself as recipient in order to view the private discussion. You used to be included by default, I must have erroneously removed that with the latest refactoring.

                  Will be back in the next release though ?

                    luceos ?

                    Of course, why didn't I think of that? Just tested and it works!
                    Thank you!

                    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!

                      luceos It's the least I can do. So thankful and happy for all the work you guys do and the support you have provided me with.

                      Thank you very much.

                      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?

                        wignu

                        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 ?