cabal-club / cabal-desktop

Desktop client for Cabal, the p2p/decentralized/local-first chat platform.
https://cabal.chat
GNU Affero General Public License v3.0
846 stars 77 forks source link

/join #channelname joins the wrong channel #233

Closed okdistribute closed 4 years ago

okdistribute commented 4 years ago

/join #channelname joins the wrong channel, it joins ##channelname, but it should be joining just #channelname. Perhaps it should detect the first # and remove it from the input? I also wonder if this issue exists in cabal-cli.

cblgh commented 4 years ago

is it just a UI thing? cause we don't have any opinion on # or no in channel names

okdistribute commented 4 years ago

I guess it's a UX thing? When i'm trying to join #cabal-dev, for example, its empty.. then I had to /join cabal-dev

nikolaiwarner commented 4 years ago

@okdistribute cabal-client has been updated to remove the first # in a channel name when using the join command. so /j cabal-dev and /j #cabal-dev both will take you to cabal-dev on cli and desktop.