Punishment notifications

main
Inga 🏳‍🌈 14 years ago
parent 7b0e9449d8
commit 92553e1635
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      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);
}

Loading…
Cancel
Save