Minor fix
This commit is contained in:
parent
3597e89c91
commit
bd113dd46e
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "shout",
|
||||
"description": "A web IRC client",
|
||||
"version": "0.32.0",
|
||||
"version": "0.32.1",
|
||||
"author": "Mattias Erming",
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
|
|
|
@ -16,7 +16,7 @@ function Chan(attr) {
|
|||
messages: [],
|
||||
name: "",
|
||||
type: Chan.Type.CHANNEL,
|
||||
unread: 5,
|
||||
unread: 0,
|
||||
users: []
|
||||
}, attr));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue