Merge branch 'hyperscript'
This commit is contained in:
@@ -439,6 +439,10 @@ function render(opts, id, c) {
|
|||||||
h('a', { href: base + c.contact }, name)]);
|
h('a', { href: base + c.contact }, name)]);
|
||||||
} else if (typeof c == "string") {
|
} else if (typeof c == "string") {
|
||||||
return h('span.status', 'Wrote something private')
|
return h('span.status', 'Wrote something private')
|
||||||
|
} else if (c.type == "chess_move") {
|
||||||
|
return h('span.status', 'Moved a chess piece')
|
||||||
|
} else if (c.type == "chess_invite") {
|
||||||
|
return h('span.status', 'Started a chess game')
|
||||||
}
|
}
|
||||||
else if (c.type == "about") {
|
else if (c.type == "about") {
|
||||||
return [h('span.status', 'Changed something in about'),
|
return [h('span.status', 'Changed something in about'),
|
||||||
|
|||||||
Reference in New Issue
Block a user