tridentli / pitchfork

Golang framework for secure communication platforms.
Apache License 2.0
5 stars 3 forks source link

Fix Group creation output #122

Open massar opened 7 years ago

massar commented 7 years ago

lib/group.go Member_set_state():

ctx.OutLn("Member %s in %s marked as %s", user.GetUserName(), ctx.SelectedGroup().GetGroupName, state)
        return

should be GetGroupName() ;)