You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "quantranhong1999 (via GitHub)" <gi...@apache.org> on 2023/05/22 10:14:59 UTC

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1569: Few delete user data tasks steps

quantranhong1999 commented on code in PR #1569:
URL: https://github.com/apache/james-project/pull/1569#discussion_r1200305589


##########
server/data/data-jmap-cassandra/src/main/scala/org/apache/james/jmap/cassandra/identity/CassandraCustomIdentityDAO.scala:
##########
@@ -106,6 +110,11 @@ case class CassandraCustomIdentityDAO @Inject()(session: CqlSession,
         .setUuid(ID, id.id)))
       .`then`()
 
+  override def delete(username: Username): SMono[Unit] =
+    SMono(executor.executeVoid(deleteOneStatement.bind()

Review Comment:
   ```suggestion
       SMono(executor.executeVoid(deleteAllStatement.bind()
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org