Problem: when we like thread/comment, it doesn't know that this device has already like this object
Implement:
- Add deviceId to an array "likeByDevices" and when we can count like by length of this array
- Check if the list contain the deviceId -> setPressedLike(true), else -> setPressesdLike(false)