add copy invite button to text clients
This commit is contained in:
@@ -39,5 +39,12 @@ export class Weechat {
|
||||
}
|
||||
}
|
||||
|
||||
getCopyString(platform, link) {
|
||||
switch (link.kind) {
|
||||
case LinkKind.User: return `/invite ${link.identifier}`;
|
||||
case LinkKind.Room: return `/join ${link.identifier}`;
|
||||
}
|
||||
}
|
||||
|
||||
getInstallLinks(platform) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user