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