summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0052c8e..d0015c2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -518,7 +518,6 @@ void contactSetName(const vector<string> & args)
void dmSendPeer(const vector<string> & args)
{
server->svc<DirectMessageService>().send(
- server->identity().finalOwner(),
getPeer(args.at(0)).peer,
args.at(1));
}