1. Apply this patch: https://gist.github.com/marcinwasowicz/4171e0ff3c46fa4744bcdcd75de44d33. It is a small patch that updates `chat-input-bar.react.js` on web to use `useProcessDMOperation`on various dm operation types when sending text message.
2. Uncomment each operation one by one and send text message.
3. Ensure that the native recipient sees both text notification and the e2ee notification consistent with dm operation.
NOTE: for some dm operations it is necessary to comment some code in relevant `spec.js` file to make it work. I didn't include those changes since it would bloat testing patch making it unreadable.