Large commit to add support for browsing the inbox

This commit is contained in:
Michael Lazar
2019-02-27 02:04:45 -05:00
parent 3f7c9410a6
commit 7a71023a40
34 changed files with 23150 additions and 363 deletions

View File

@@ -39,6 +39,10 @@ class SubscriptionError(RTVError):
"Content could not be fetched"
class InboxError(RTVError):
"Content could not be fetched"
class ProgramError(RTVError):
"Problem executing an external program"