Update groß Emojis funktion implementiert
This commit is contained in:
@@ -20,7 +20,7 @@ namespace BeWo.Data.Entities
|
||||
|
||||
public static string PropertyName_IstGelesen = "IstGelesen";
|
||||
|
||||
private string _ChatText;
|
||||
private byte[] _ChatText;
|
||||
|
||||
private DateTime _Uhrzeit;
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace BeWo.Data.Entities
|
||||
_Tid = TableID.ChatMessage;
|
||||
}
|
||||
|
||||
public virtual string ChatText
|
||||
public virtual byte[] ChatText
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user