Skip to content

Commit

Permalink
fix user messaging bug due to out of sync adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Jan 13, 2025
1 parent 497b301 commit 6d86462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default class InstitutionalUsersList extends Component<InstitutionalUsers
bccSender: this.bccSender,
replyTo: this.replyTo,
institution: this.args.institution,
user: this.selectedUserId,
messageRecipient: this.selectedUserId,
});

await userMessage.save();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default class InstitutionalObjectList extends Component<InstitutionalObje
bccSender: this.bccSender,
replyTo: this.replyTo,
institution: this.args.institution,
user: this.selectedUserOsfGuid,
messageRecipient: this.selectedUserOsfGuid,
});
await userMessage.save();
}
Expand Down

0 comments on commit 6d86462

Please sign in to comment.