#Saving a channel

1 messages · Page 1 of 1 (latest)

void blade
#

well "best" is somewhat broad, but I would look into how you would implement the restoring of a given channnel and determine the datatype used there, then choose based off of that

#

I will say that making a custom one would almost certainly help you save on storage

#

however it might make catching changes in channels more difficult

void blade
#

one ting I wonder is why you only do it when users leave the vc?

#

why not use the audit log to determine changes in the channel

#

also, are you trying to make it able to essentially recreate an entire server?

void blade
#

so then your code all works, but you wonder if it could be better?

#

ah

#

so your writing of permissions to your PrivateRoomInfo does not work? or are they saving correctly and you cannot apply them?