GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: My diggwatch site.
Homepage: http://bleu.west.spy.net/diggwatch/
Clone URL: git://github.com/dustin/diggwatch.git
Work around google reader bug where they link to the GUID instead of the 
link.
dustin (author)
Thu Jun 12 09:52:41 -0700 2008
commit  2b9518ac5f3dda29cf8cf96138955b1e406b1c56
tree    496860506f7f07fedafb6115ff0299df50a32482
parent  7708c3a1df308b721d00a95d518ac05cc5c5947c
...
86
87
88
89
 
90
91
92
...
86
87
88
 
89
90
91
92
0
@@ -86,7 +86,7 @@ public class CommentFeed extends RSSChannel {
0
     }
0
 
0
     public String getGuid() {
0
- return story.getDiggLink() + "/all#c" + comment.getEventId();
0
+ return getLink();
0
     }
0
 
0
     public String getLink() {

Comments

    No one has commented yet.