jsha / blocktogether

Share your blocks and subscribe to others'
GNU General Public License v3.0
330 stars 68 forks source link

Don't store profile image URLs #176

Open jsha opened 9 years ago

jsha commented 9 years ago

Right now we store the profile image URL on the TwitterUser object, but never use it. We probably won't, so we should save DB space by always saving it as NULL. But it's probably easiest to leave the field in just in case.