67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Clicking usernames in chat messages throws exception #208

Closed raucao closed 3 years ago

raucao commented 3 years ago

Should prefix the message draft with a username mention, but results in:

Uncaught TypeError: this.onUsernameClick is not a function

Correctly defining it as this.args.onUsernameClick is not enough, because the actual function is trying to manipulate data that is handed in via args as well, which is not allowed in Octane.