Gitter support – please visit https://gitlab.com/gitlab-org/gitter/webapp/tree/develop/docs and https://gitlab.com/gitlab-org/gitter/webapp/issues before chatting
Hello,
This is a bit embarrassing but I cannot figure out how to search within a room - what's the 'syntax' for it?
Google was of little help trying to search how to, well, search a room in gitter.
The examples in search show from:username
or text:@username
but no example of how to restrict the search to a room
A participant of Gitter/developers showed me this screenshot of a search for C++ rooms. He or she was wondering whether the search results were complete (the number of matches seems small). I'm unable to reproduce that screen in the first place; when I try search on the web app, I only get six room results in the left sidebar (even when I'm at the explore page). How can I get such a full page of search results, and how can we tell whether we're looking at all matching rooms or only a subset of them?
I referred to gitterHQ/webapp#1361 and gitterHQ/webapp#566, but neither held the answer.
:point_up: 25 oktober 2021 15:42
We're moving some of our Gitter chat over to Discord and we want to stop people adding questions into those room when we migrate.
My question is is there an easy way to do that AND keep the rooms available as ready-only (as there is a lot of relevant chat / technical stuff in there. Or do we have to close the room to stop people posting?
Hello, I am trying to set up a room for my repo https://github.com/tensionhead/pyBOAT As I understand, for this I need to 1st create a community. When I try to do that from an existing repo, I get this red error msg
The name of the GitHub repo you selected conflicts with the name of a GitHub org/user. When you select the a repo "tensionhead/pyBOAT", it fills out the community URI as "pyBOAT" which clashes another GitHub org/user. Change your community URI to proceed.
how can I proceed from there?
tensionhead
community first, then create the pyBOAT
room in that community
.env
are set, I get a bunch of network and other errors
What I don't understand is:
github__
, github__user__
, and github__anonymous_app__
vars (except the latter, which is clear: create new GH app w. secret). Do they all need to be filled in?error: TypeError: OAuth2Strategy requires a clientID option
at Strategy.OAuth2Strategy (~/dev/gitter/webapp/node_modules/passport-oauth2/lib/strategy.js:82:34)
at new Strategy (~/dev/gitter/webapp/node_modules/passport-gitlab2/lib/strategy.js:49:18)
at Object.<anonymous> (~/dev/gitter/webapp/server/web/strategies/gitlab.js:42:22)
Or when working with Oauth locally, do you need to have ALL Oauth providers working to enable testing a single one?Note: This is my exp after following README instructions, I didn't dive into the code et