PretendoNetwork / friends

Pretendo Network friends server
GNU Affero General Public License v3.0
27 stars 7 forks source link

fix(3ds): Send friendship notification to proper target #18

Closed DaniElectra closed 2 months ago

DaniElectra commented 2 months ago

The sender PID of the notification was being set to the target PID, instead of the sender PID. Use correct PID and remove redundant target PID argument.

Also fix minor accuracy issues.

jonbarrow commented 2 months ago

lgtm