mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
enhance: Implement the toggle to (or not to) close push notifications when notifications or messages are read (#9219)
* create file * wip * fix * wip * tabun dekita * ✌️ * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * ✌️ * fix tutorial footer flex
This commit is contained in:
@ -34,4 +34,9 @@ export class SwSubscription {
|
||||
length: 128,
|
||||
})
|
||||
public publickey: string;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public sendReadMessage: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user