Commit e20baad6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent a3f09949
......@@ -73,11 +73,15 @@ class Filter:
print(f"outlet:user:{user}")
messages = [
{**message, "content": f"{message['content']} - @@Modified from Outlet"}
{
**message,
"content": f"{message['content']} - @@Modified from Filter Outlet",
}
for message in body.get("messages", [])
]
return {"messages": messages}
`;
const saveHandler = async () => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment