chrisbodhi / nuzzelish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API: Links being recreated, not reused

chrisbodhi opened this issue · comments

Proof:

nuzzelish_dev=> select * from links_members;
 id | link_id | member_id
----+---------+-----------
  1 |       1 |         1
  2 |       2 |         2
  3 |       3 |         3
  4 |       4 |         4
  5 |       5 |         2
  6 |       6 |         5
  7 |       7 |         6
  8 |       8 |         2
  9 |       9 |         2
 10 |      10 |         1
 11 |      11 |         7
 12 |      12 |         8
nuzzelish_dev=> select id, url from links;
 id |                                                    url
----+-----------------------------------------------------------------------------------------------------------
  1 | https://paper.li/futuristpaul?edition_id=4c21eeb0-3bd0-11ea-9789-002590a5ba2d
  2 | https://www.electricsheepcomix.com/spiders/
  3 | https://warrenellis.ltd/work/notebook-processing/
  4 | https://warrenellis.ltd/work/notebook-processing/
  5 | https://danhon.substack.com/
  6 | https://danhon.substack.com/
  7 | https://warrenellis.ltd/work/pending/
  8 | https://www.buzzfeed.com/lukelewis/what-british-people-say-versus-what-they-mean
  9 | https://danhon.substack.com/p/s08e03-flint-and-kindling
 10 | https://www.abc.net.au/radio/programs/worldtoday/scientists-warn-bushfires-could-turn-soil-toxic/11876598
 11 | https://www.newstatesman.com/politics/uk/2019/08/why-liberals-now-believe-conspiracies
 12 | https://www.wired.co.uk/article/2017-ig-nobel-prize-fluid-dynamics-cats
(12 rows)