forked from SoDOff-Project/sodoff
quick fix for reply on board message
This commit is contained in:
parent
583bc04c1a
commit
625af3af7d
@ -68,7 +68,7 @@ public class MessagingService
|
||||
message.ConversationID = messageToReplyTo.ConversationID;
|
||||
|
||||
// add a message to the replier's board saying a thread update has occured (if reply isn't to self)
|
||||
if (message.VikingId != message.ToVikingId) AddMessageToViking(message.Viking, message.ToViking, MessageType.Data, MessageTypeID.ThreadUpdate, MessageLevel.WhiteList, "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{BuddyUserName}}'s Message Board!]]", "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{BuddyUserName}}'s Message Board!]]", "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{BuddyUserName}}'s Message Board!]]", isPrivate: true);
|
||||
if (message.VikingId != message.ToVikingId) AddMessageToViking(message.Viking, message.ToViking, MessageType.Data, MessageTypeID.ThreadUpdate, MessageLevel.WhiteList, "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{OwnerUserName}}'s Message Board!]]", "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{OwnerUserName}}'s Message Board!]]", "[[Line1]]=[[{{BuddyUserName}} Replied To Your Message In {{OwnerUserName}}'s Message Board!]]", isPrivate: true);
|
||||
} else throw new InvalidOperationException("Tried To Reply To A Message That Doesn't Exist");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user