Start inline reply

This commit is contained in:
2025-09-18 18:23:24 +03:00
Unverified
parent 4345546a64
commit 88835e65ae
7 changed files with 45 additions and 54 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export class DMPanel extends MessagePanel {
}
}
async sendMessage(content: string): Promise<void> {
async sendMessage(content: string, _replyToId?: number): Promise<void> {
if (!this.currentUser.authToken || !this.dmData || !content.trim()) return;
try {