Skip to content

Commit

Permalink
add outgoing_friend_request
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 27, 2022
1 parent 00afc5d commit e37a115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/transmitter/transmitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ auto Transmitter::retrieve() -> void {

if (chunk.control()) {
switch (chunk.control_message()) {
case asphrclient::Message::ControlMessage::OUTGOING_FRIEND_REQUEST:
case asphrclient::Message::OUTGOING_FRIEND_REQUEST:
ASPHR_LOG_INFO(
"Received outgoing friend request from someone who's already "
"someone we wanted to add.",
Expand Down

0 comments on commit e37a115

Please sign in to comment.