mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
Remove invite message
This commit is contained in:
@@ -707,7 +707,7 @@ speechSynthesis.getVoices();
|
|||||||
var params = {
|
var params = {
|
||||||
receiverUserId: API.currentUser.id,
|
receiverUserId: API.currentUser.id,
|
||||||
type: 'invite',
|
type: 'invite',
|
||||||
message: 'This is a generated invite',
|
message: '',
|
||||||
seen: false,
|
seen: false,
|
||||||
details: {
|
details: {
|
||||||
worldId: L.tag,
|
worldId: L.tag,
|
||||||
@@ -6780,7 +6780,7 @@ speechSynthesis.getVoices();
|
|||||||
API.sendNotification({
|
API.sendNotification({
|
||||||
receiverUserId: D.id,
|
receiverUserId: D.id,
|
||||||
type: 'invite',
|
type: 'invite',
|
||||||
message: 'This is a generated invite',
|
message: '',
|
||||||
seen: false,
|
seen: false,
|
||||||
details: {
|
details: {
|
||||||
worldId: this.lastLocation,
|
worldId: this.lastLocation,
|
||||||
@@ -7461,7 +7461,7 @@ speechSynthesis.getVoices();
|
|||||||
var params = {
|
var params = {
|
||||||
receiverUserId: '',
|
receiverUserId: '',
|
||||||
type: 'invite',
|
type: 'invite',
|
||||||
message: 'This is a generated invite',
|
message: '',
|
||||||
seen: false,
|
seen: false,
|
||||||
details: {
|
details: {
|
||||||
worldId: D.worldId,
|
worldId: D.worldId,
|
||||||
|
|||||||
Reference in New Issue
Block a user