forked from SoDOff-Project/sodoff
sync with master
This commit is contained in:
parent
22771249eb
commit
c57d3589c0
@ -68,7 +68,7 @@ public class MessagingService
|
|||||||
message.ConversationID = messageToReplyTo.ConversationID;
|
message.ConversationID = messageToReplyTo.ConversationID;
|
||||||
|
|
||||||
// add a message to the replier's board saying a thread update has occured (if reply isn't to self)
|
// 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");
|
} else throw new InvalidOperationException("Tried To Reply To A Message That Doesn't Exist");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user