For those updated to a new FastSM build and suddenly having issues with notifications not displaying all of the data you are accustomed to seeing, such as post text, do the following to fix it. Open global options, go to templates tab, find notification template and replace it with this: $account.display_name$ (@$account.acct$) $type$: $text$ $created_at$
If you don't want the username then just do
$account.display_name$ $type$: $text$ $created_at$
Technical details: The reason this happened was because before a day or so ago, FastSM's notification template did not work at all. It was a placeholder value, and it was wrong. So inevitably, once it did end up becoming a working value, anyone with existing FastSM configs would have this incorrect template suddenly applied to their notifications buffer. So that was a fail on my part.
@FastSM It's okay. At least it was an easy fix.