update: for the reply message

This commit is contained in:
mahyargdz
2025-07-22 12:10:55 +03:30
parent dc5c5898aa
commit 97e77d23a0
6 changed files with 382 additions and 1486 deletions
@@ -146,9 +146,9 @@ export class WildDuckMessagesService extends WildDuckBaseService {
mailboxId: string,
messageId: number,
data: {
target: string[];
from?: string;
sessId?: string;
target: number;
addresses: string[];
sess?: string;
ip?: string;
},
): Observable<MessageForwardResponse> {