Commit 774708d
committed
Fixed problem with avatars rotating suddenly while sitting on a bench
It happened when a user updated the profile. That causes the cached profile data to reset and there is a condition that compared that empty wallet address of that profile with the target of a directed emote operation (which is not happening). Due to both are empty strings it was meeting the condition and making avatars look at an inexistent initiator of a social emote.1 parent 80bbe7b commit 774708d
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments