mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Always enable Space Membership Web Notifications (#4789)
This commit is contained in:
parent
7e30386938
commit
a337048f0b
@ -33,3 +33,4 @@
|
||||
- Enh #4781: Change allowed characters in username
|
||||
- Enh #4416: Added replay to sub comments
|
||||
- Enh #4571: humhub/libs/Html::containerLink() now adds a "data-guid" attribute
|
||||
- Enh #4787: Always enable Space Membership Web Notifications
|
||||
|
@ -63,4 +63,15 @@ class SpaceMemberNotificationCategory extends NotificationCategory
|
||||
return $target->defaultSetting;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function getFixedSettings()
|
||||
{
|
||||
$webTarget = Yii::createObject(WebTarget::class);
|
||||
return [
|
||||
$webTarget->id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user