update: for the reply message
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user