stuff
This commit is contained in:
parent
044ac8225c
commit
1d52ab0977
File diff suppressed because one or more lines are too long
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
class NotificationSounds {
|
class NotificationSounds {
|
||||||
initConstructor () {
|
initConstructor () {
|
||||||
this.patchCancels = [];
|
|
||||||
|
|
||||||
this.types = {
|
this.types = {
|
||||||
"message1": {implemented:true, name:"New Chatmessage", src:"/assets/dd920c06a01e5bb8b09678581e29d56f.mp3", mute:true},
|
"message1": {implemented:true, name:"New Chatmessage", src:"/assets/dd920c06a01e5bb8b09678581e29d56f.mp3", mute:true},
|
||||||
"dm": {implemented:true, name:"Direct Message", src:"/assets/84c9fa3d07da865278bd77c97d952db4.mp3", mute:true},
|
"dm": {implemented:true, name:"Direct Message", src:"/assets/84c9fa3d07da865278bd77c97d952db4.mp3", mute:true},
|
||||||
|
@ -277,7 +275,6 @@ class NotificationSounds {
|
||||||
|
|
||||||
stop () {
|
stop () {
|
||||||
if (typeof BDFDB === "object") {
|
if (typeof BDFDB === "object") {
|
||||||
if (typeof this.patchCancels === "object") for (let p of this.patchCancels) p();
|
|
||||||
this.incomingCallOwnerInstance.startRinging = this.oldStartRining;
|
this.incomingCallOwnerInstance.startRinging = this.oldStartRining;
|
||||||
this.incomingCallOwnerInstance.stopRinging = this.oldStopRining;
|
this.incomingCallOwnerInstance.stopRinging = this.oldStopRining;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue