You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Etherpad for one of our projects and we are facing a problem with copyPad functionality. When we call the function copyPad(padId);, the pad does get copied correctly, but whichever other user is accessing the pad, gets a loading page. Even if the pad is currently opened, they get a loading image.
Is this a known issue?
code for copyPad()
public void copyPad(String sourcePadId, String destinationPadId){
this.client.copyPad(sourcePadId,destinationPadId,true);
}
Thank you.
The text was updated successfully, but these errors were encountered:
Hello friends,
We are using Etherpad for one of our projects and we are facing a problem with copyPad functionality. When we call the function copyPad(padId);, the pad does get copied correctly, but whichever other user is accessing the pad, gets a loading page. Even if the pad is currently opened, they get a loading image.
Is this a known issue?
code for copyPad()
Thank you.
The text was updated successfully, but these errors were encountered: