forked from GNUsocial/gnu-social
make activity plugin use its own notice source
This commit is contained in:
parent
b0667ea6d4
commit
01ea6a18f9
@ -47,7 +47,7 @@ if (!defined('STATUSNET')) {
|
||||
class ActivityPlugin extends Plugin
|
||||
{
|
||||
const VERSION = '0.1';
|
||||
const SOURCE = 'system';
|
||||
const SOURCE = 'activity';
|
||||
|
||||
// Flags to switch off certain activity notices
|
||||
public $StartFollowUser = true;
|
||||
|
@ -1502,16 +1502,16 @@ content:'☠';
|
||||
font-size:150%;
|
||||
}
|
||||
|
||||
#content .notice-source-system div.entry-title, .notice-source-system div.entry-content {
|
||||
#content .notice-source-activity div.entry-title, .notice-source-activity div.entry-content {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#content .notice-source-system div.entry-title {
|
||||
#content .notice-source-activity div.entry-title {
|
||||
font-style: italic;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#content .notice-source-system .notice div.entry-title {
|
||||
#content .notice-source-activity .notice div.entry-title {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user