Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312

Also, removes the title on the search page and fixes an intermittent crash on thread pages when elements load in a paritcular order.
This commit is contained in:
Vavassor 2017-06-20 18:41:57 -04:00
commit 8b4e377d34
5 changed files with 29 additions and 6 deletions

View file

@ -172,6 +172,4 @@ public class Status {
@SerializedName("username")
public String localUsername;
}
}