- OStatusPlugin should return true if it doesn't need to handle source
attribution - Remove stray break statement from NoticeList
This commit is contained in:
parent
0dfef88cac
commit
6187266205
|
@ -522,7 +522,6 @@ class NoticeListItem extends Widget
|
|||
} else {
|
||||
$this->out->element('span', 'device', $name);
|
||||
}
|
||||
break;
|
||||
}
|
||||
$this->out->elementEnd('span');
|
||||
}
|
||||
|
|
|
@ -452,6 +452,7 @@ class OStatusPlugin extends Plugin
|
|||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user