fix role content
This commit is contained in:
parent
2b6800a201
commit
77a79d9957
|
|
@ -150,10 +150,6 @@ public class RoleDialogModel : ITrackableMessage
|
||||||
{
|
{
|
||||||
text = !string.IsNullOrWhiteSpace(Payload) ? Payload : Content;
|
text = !string.IsNullOrWhiteSpace(Payload) ? Payload : Content;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
text = !string.IsNullOrWhiteSpace(Content) ? Content : RichContent?.Message?.Text;
|
|
||||||
}
|
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue