SIGN IN SIGN UP

fix: Event.message honors subclass field

_accept_convenience_kwargs already routes construction kwargs to a
subclass-declared `message` field, but the property/setter always used
`content`, so reads of that field returned the content alias instead of
the stored value. Defer to the field when present; base Event behavior
(message aliases content) is unchanged.

Change-Id: I8dd492407b8117ad9c6a90fb24269a03dac49ac0
G
George Weale committed
5bebfd4881332f6619e064b450c8fc7bbd38c9f8
Parent: bc3a4fa