forked from snxraven/LinkUp-P2P-Chat
Fix usernames for bots
This commit is contained in:
@ -10,7 +10,7 @@ class Message {
|
||||
toJson() {
|
||||
return {
|
||||
type: this.type,
|
||||
username: this.peerName,
|
||||
name: this.peerName,
|
||||
avatar: this.peerAvatar,
|
||||
topic: this.topic,
|
||||
timestamp: this.timestamp
|
||||
|
Reference in New Issue
Block a user