When removed from a channel, user is sent back to town square and that

channel is removed from their sidebar
Этот коммит содержится в:
nickago
2015-07-13 13:18:50 -07:00
родитель 85ff151b71
Коммит c9459feb59
3 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@@ -16,6 +16,7 @@ const (
ACTION_VIEWED = "viewed"
ACTION_NEW_USER = "new_user"
ACTION_USER_ADDED = "user_added"
ACTION_USER_REMOVED = "user_removed"
)
type Message struct {