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
In channels.cs, if I set the membershipType and (!channel.membersipType.Equals to Private or Shared, it attempts to create with the specified membershipType, but then fails and just ends creating the channels as standard.
Is there somewhere else that needs to be updated to be able to achieve creating the migrated channels as private or shared?
The text was updated successfully, but these errors were encountered:
TWTG-CLI
changed the title
Option to set Channels to Private or Shared Channels
Option to set Channels to Private or Shared
Aug 3, 2023
Hi,
At the time, creating private channels from migrate API was not supported (couldn't locate the document). I kept the membersipType so there would be no need for change in case it would get supported.
Hi,
At the time, creating private channels from migrate API was not supported (couldn't locate the document). I kept the membersipType so there would be no need for change in case it would get supported.
Thanks for your response. Would you know if shared or private channels creation still not supported? Were the two places I updated in the channels.cs the only places to set what type of channels I want created?
Hi @chkp-roniz
In channels.cs, if I set the membershipType and (!channel.membersipType.Equals to Private or Shared, it attempts to create with the specified membershipType, but then fails and just ends creating the channels as standard.
Is there somewhere else that needs to be updated to be able to achieve creating the migrated channels as private or shared?
The text was updated successfully, but these errors were encountered: