Cannot delete/remove Chat with a deleted user

Pretty much as the title says. I have a NextCloud 13 install with the 3.2.1 Talk installed.

One of the users left so I deleted his account from Active Directory and from NextCloud. The Talk chat still persists. I then tried to delete the Chat from both the latest client for NextCloud Talk (1.2.0) and when that failed I attempted to do it via the actual web interface. I do not see an error. It just doesn’t do anything.

Any ideas?

@ivan any ideas?

Hi @g33kphr33k,

Sorry for the late reply.

I just tried to reproduce your issue, but I could not.
Nextcloud Talk listens for user deletions within Nextcloud and automatically removes that user for any conversation where that user is participating and also every one-to-one conversations of that user.

I have the same issue. steps to reproduce:

  • hava a ldap user and create a chat as moderator (with more accounts in the chat)
  • delete the user on the ldap backend
  • the user is removed from the chat (i used the “occ user:delete” command because the user wasn’t deleted completely)
  • the chat persist (without the rights to delete the chat) with all members

Maybe there is a way to remove it by deleting the line in the sql table?
Or maybe is there a commandline?