A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Somehow the first codeblock isn't visible, so I post it again here ;
var actCol = story.Actors.CreateWritableClone() as NewsFeedActorCollection; actCol.Add(new UserAuthor(CurrentUser), null);
So I have a NewsFeedStory and I want to add another actor to this story.
Next step would be to update the story.Actors and then update the Story itself.
However, since story.Actors is readonly this is not possible :-/
Anyone have any ideas?