diff options
| author | J08nY | 2017-05-30 00:50:56 +0200 |
|---|---|---|
| committer | J08nY | 2017-05-30 00:50:56 +0200 |
| commit | d0891175a2cf636a98acaac2f8ae6e9d81f6d0df (patch) | |
| tree | d784e526d7bfb5974d35236b5e0ca722c5283b78 /core_changes.md | |
| parent | af3569dc04be7de19cc4285928ea4e794ea00922 (diff) | |
| download | pgpmailman-proposal-d0891175a2cf636a98acaac2f8ae6e9d81f6d0df.tar.gz pgpmailman-proposal-d0891175a2cf636a98acaac2f8ae6e9d81f6d0df.tar.zst pgpmailman-proposal-d0891175a2cf636a98acaac2f8ae6e9d81f6d0df.zip | |
Diffstat (limited to 'core_changes.md')
| -rw-r--r-- | core_changes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core_changes.md b/core_changes.md index 730bb1e..fe99d55 100644 --- a/core_changes.md +++ b/core_changes.md @@ -24,6 +24,7 @@ 6. Allow Mailman core to send events to Postorius, HyperKitty and any app that subscribes through a new REST api call with a callback. - [#329](https://gitlab.com/mailman/mailman/issues/329) + - Also add an `IEvent` interface, as currently events don't implement any interface at all. 7. Drop `ext_dir`. @@ -53,4 +54,4 @@ 2. Add a dropdown list-style selection field to list creation template + view. - 3. Let Postorius and HyperKitty subscribe to receive events from Mailman Core.
\ No newline at end of file + 3. Let Postorius and HyperKitty subscribe to receive events from Mailman Core, add an API route to receive them in django-mailman3.
\ No newline at end of file |
