Beispiel #1
0
 def post(self):
     key = self.request.get("key")
     Mention.set_read(key)
     self.json({"result": True})