Skip to content

Commit

Permalink
enable location
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jun 27, 2019
1 parent 51f0cc3 commit 33e51e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/chat/commands/source.go
Expand Up @@ -89,7 +89,7 @@ func (s *Source) makeBuiltins() {
cmds[cmdShrug],
cmds[cmdUnhide],
}
if (s.G().IsMobileAppType() && s.isAdmin()) || s.G().GetRunMode() == libkb.DevelRunMode {
if s.G().IsMobileAppType() || s.G().GetRunMode() == libkb.DevelRunMode {
common = append(common, cmds[cmdLocation])
}
s.builtins = make(map[chat1.ConversationBuiltinCommandTyp][]types.ConversationCommand)
Expand Down

0 comments on commit 33e51e0

Please sign in to comment.