diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index b7e8805..8b42f88 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -991 \ No newline at end of file +993 \ No newline at end of file diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index 16ccf1b..2de867b 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -377,7 +377,7 @@ namespace FLocal.Common.dataobjects { account, posterAccount, this.title, - type.description + "\r\n" + this.id + String.Format("{0}\r\n[post]{2}[/post]\r\n{1}", type.description, comment, this.id) ); newMessage.conversation.markAsRead(account, newMessage, newMessage); }