Skip to content

GetMessageReciever() return null instead of Me #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
I don't know why but when another client send file via DCC, the method 
GetMessageReciever() return null instead of Me as target.

This could be corrected by adding this before the "return null" :

if (NetworkIdentifier.ToLower() == users.Me.NetworkIdentifier.ToLower())
{
    return users.Me;
}

Original issue reported on code.google.com by zergman....@gmail.com on 7 May 2014 at 1:18

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions