You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/message.ts I suppose method message.self() denotes that it checks whether message is sent by self. But it seems compare between message-id and user-id.
code segment as below:
public self(): boolean {
const userId = Config.puppetInstance()
.userId
const fromId = this.obj.id
I do like your contribution and just wonder whether the method is as my expectation or not.