mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-23 07:57:23 +00:00
Moved topicType to /join command
This commit is contained in:
@ -41,6 +41,12 @@ func cmdJoin(cmd []string) {
|
||||
channel.TopicName = ""
|
||||
channel.MembersType = keybase.USER
|
||||
}
|
||||
if dev {
|
||||
channel.TopicType = "dev"
|
||||
} else {
|
||||
channel.TopicType = "chat"
|
||||
}
|
||||
|
||||
printInfoF("You are joining: $TEXT", config.Colors.Message.LinkKeybase.stylize(joinedName))
|
||||
clearView("Chat")
|
||||
setViewTitle("Input", fmt.Sprintf(" %s ", joinedName))
|
||||
|
||||
Reference in New Issue
Block a user