live feed tweaks
This commit is contained in:
parent
8dcd56e0ec
commit
2e897e097d
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ class LiveFeed extends Extension {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onUserCreation($event) {
|
public function onUserCreation($event) {
|
||||||
$this->msg("New user created: {$event->user}");
|
$this->msg("New user created: {$event->username}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onImageAddition($event) {
|
public function onImageAddition($event) {
|
||||||
$this->msg("Image posted: ".make_http(make_link("post/view/".$event->image->id)));
|
$this->msg("Image posted: ".make_http(make_link("post/view/".$event->image->id)));
|
||||||
$this->msg("- tagged ".$event->image->get_tag_list());
|
#$this->msg("- tagged ".$event->image->get_tag_list());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onCommentPosting($event) {
|
public function onCommentPosting($event) {
|
||||||
|
|
Reference in a new issue