On Monday 15 July 2013 11:04:23 Michée Lengronne wrote: > Hello, > > I would like to use the logout function in a custom app where I want the > backend logged out when the user log out from owncloud. > > The problem is that the logout function is not called during the logout > event. I looked in some apps implementing a backend, none implements a > logout function. > > Is there a problem with that function ?
There is no logout method for backends that is invocated. If you want to react on the logout event, you should connect to the logout hook. Cheers Arthur _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
